diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-04 07:31:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-04 07:31:01 +0800 |
commit | 382934f35c53f2097c6e19ad03c2975d82c4bffd (patch) | |
tree | c9af7364c412b907f3b7daf91613ac97bd58bc71 /devel/pkgconfig/files/patch-ltmain.sh | |
parent | 6dc7a74822daa65e7261710bb875b13c0ea174a2 (diff) | |
download | marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.gz marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.bz2 marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.lz marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.xz marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.zst marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.zip |
Add pkgconfig.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/pkgconfig/files/patch-ltmain.sh')
-rw-r--r-- | devel/pkgconfig/files/patch-ltmain.sh | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/pkgconfig/files/patch-ltmain.sh b/devel/pkgconfig/files/patch-ltmain.sh new file mode 100644 index 000000000..6dfd8e382 --- /dev/null +++ b/devel/pkgconfig/files/patch-ltmain.sh @@ -0,0 +1,28 @@ + +$FreeBSD: ports/devel/pkgconfig/files/patch-ltmain.sh,v 1.4 2001/12/20 06:18:58 sobomax Exp $ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |