summaryrefslogtreecommitdiff
path: root/lang/python+ipv6/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-10-27 09:47:23 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-10-27 09:47:23 +0000
commita5476164efd7abb74b834be23376532417e412a9 (patch)
treef82bd5c44a16934ce2b3093ef066a1f1468adb2c /lang/python+ipv6/files
parentprefix -> localbase (diff)
Link against libxpg4.
Submitted by: foxfair Promote LDFLAGS in the installed setup.
Notes
Notes: svn path=/head/; revision=22682
Diffstat (limited to 'lang/python+ipv6/files')
-rw-r--r--lang/python+ipv6/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python+ipv6/files/patch-ab b/lang/python+ipv6/files/patch-ab
index 32ebd4ba01df..3e7967c7c729 100644
--- a/lang/python+ipv6/files/patch-ab
+++ b/lang/python+ipv6/files/patch-ab
@@ -1,11 +1,11 @@
---- configure.orig Mon May 10 23:49:46 1999
-+++ configure Mon May 10 23:50:31 1999
+--- configure.orig Sat Apr 10 18:02:18 1999
++++ configure Fri Sep 10 09:47:29 1999
@@ -2246,7 +2246,7 @@
fi ;;
Linux*) LDSHARED="gcc -shared";;
dgux*) LDSHARED="ld -G";;
- FreeBSD*/3*) LDSHARED="gcc -shared";;
-+ FreeBSD*/3*|FreeBSD*/4*) LDSHARED="gcc -shared";;
++ FreeBSD*/3*|FreeBSD*/4*) LDSHARED='gcc -shared ${LDFLAGS}';;
FreeBSD*|OpenBSD*) LDSHARED="ld -Bshareable";;
NetBSD*)
if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]