diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-19 08:47:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-19 08:47:50 +0000 |
commit | 5963bdad77ff96716c5710b415900207bd392805 (patch) | |
tree | 7d595b1b26fa67717656e537fb25fbe69c851fb4 /lang/python-devel | |
parent | 6780407c896f841396c18e837570f0a4c101a81b (diff) | |
download | ports-5963bdad77ff96716c5710b415900207bd392805.tar.gz ports-5963bdad77ff96716c5710b415900207bd392805.zip |
Notes
Diffstat (limited to 'lang/python-devel')
-rw-r--r-- | lang/python-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 2a3360957635..e4ceddf0684a 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.47 1999/04/21 05:56:24 nectar Exp $ +# $Id: Makefile,v 1.48 1999/04/21 16:20:05 nectar Exp $ # DISTNAME= py152 @@ -21,7 +21,7 @@ DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl -MAKE_FLAGS= 'OPT=${CFLAGS}' +CONFIGURE_ENV= OPT="${CFLAGS}" INSTALL_TARGET= install PLIST= ${WRKDIR}/PLIST MAN1= python.1 @@ -52,7 +52,7 @@ LIBC_R!= /sbin/ldconfig -r | grep c_r || true .if ${LIBC_R} != "" && defined(WITH_THREADS) && ${WITH_THREADS} == yes CONFIGURE_ARGS+= --with-thread CFLAGS+= -D_THREAD_SAFE -CONFIGURE_ENV= LDFLAGS="-pthread ${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="-pthread ${LDFLAGS}" .endif # |