summaryrefslogtreecommitdiff
path: root/lang
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
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')
-rw-r--r--lang/python+ipv6/Makefile2
-rw-r--r--lang/python+ipv6/files/patch-ab6
-rw-r--r--lang/python-devel/Makefile2
-rw-r--r--lang/python/Makefile2
-rw-r--r--lang/python15/Makefile2
-rw-r--r--lang/python15/files/patch-ab6
-rw-r--r--lang/python20/Makefile2
-rw-r--r--lang/python21/Makefile2
-rw-r--r--lang/python22/Makefile2
-rw-r--r--lang/python23/Makefile2
-rw-r--r--lang/python24/Makefile2
-rw-r--r--lang/python25/Makefile2
-rw-r--r--lang/python26/Makefile2
-rw-r--r--lang/python27/Makefile2
-rw-r--r--lang/python30/Makefile2
-rw-r--r--lang/python31/Makefile2
-rw-r--r--lang/python32/Makefile2
17 files changed, 21 insertions, 21 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python+ipv6/Makefile
+++ b/lang/python+ipv6/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
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__`" != "" ]
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python-devel/Makefile
+++ b/lang/python-devel/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python15/Makefile b/lang/python15/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python15/Makefile
+++ b/lang/python15/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python15/files/patch-ab b/lang/python15/files/patch-ab
index 32ebd4ba01df..3e7967c7c729 100644
--- a/lang/python15/files/patch-ab
+++ b/lang/python15/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__`" != "" ]
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 8351705733e0..f7903a58baaa 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS}
DIST_SUBDIR= python
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-fpectl
+CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST