summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-08 02:03:14 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-08 02:03:14 +0000
commit48a54fd9ad6c60a9f3041095bacc5eccf493c641 (patch)
treec0934a73e0829f852f10e93cea3919de967d6ca0 /x11/gnomelibs/files/patch-ltmain.sh
parentAdd wrapper permissions dialog(1) to make it easier for users to have (diff)
Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=54332
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/files/patch-ltmain.sh26
1 files changed, 13 insertions, 13 deletions
diff --git a/x11/gnomelibs/files/patch-ltmain.sh b/x11/gnomelibs/files/patch-ltmain.sh
index 98cb05e4ddb3..3084634cf3b8 100644
--- a/x11/gnomelibs/files/patch-ltmain.sh
+++ b/x11/gnomelibs/files/patch-ltmain.sh
@@ -1,19 +1,19 @@
$FreeBSD$
---- 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 @@
+--- 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.