1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Link against libxpg4.

Submitted by:	foxfair

Promote LDFLAGS in the installed setup.
This commit is contained in:
Thomas Gellekum 1999-10-27 09:47:23 +00:00
parent e5b31390b5
commit a5476164ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22682
17 changed files with 21 additions and 21 deletions

View File

@ -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

View File

@ -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__`" != "" ]

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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__`" != "" ]

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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