summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-29 17:05:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-29 17:05:43 +0000
commit3670e0fb0c2d8edf18f4b37745abb8aa3471d922 (patch)
tree4dc85955273fb28c9b30d772c84ceeabaf7789e1 /x11/gnomelibs/files/patch-ltmain.sh
parentApply the latest patches. (diff)
Update to 1.4.1.6.
Notes
Notes: svn path=/head/; revision=58320
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/files/patch-ltmain.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11/gnomelibs/files/patch-ltmain.sh b/x11/gnomelibs/files/patch-ltmain.sh
deleted file mode 100644
index 3084634cf3b8..000000000000
--- a/x11/gnomelibs/files/patch-ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh.orig Tue Jan 22 06:35:12 2002
-+++ ltmain.sh Fri Feb 8 01:27:17 2002
-@@ -1799,6 +1799,9 @@
- # rhapsody is a little odd...
- deplibs="$deplibs -framework System"
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems.
- deplibs="$deplibs -lc"
-@@ -3360,10 +3366,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"