summaryrefslogtreecommitdiff
path: root/lang/python32/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-19 08:47:50 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-19 08:47:50 +0000
commit5963bdad77ff96716c5710b415900207bd392805 (patch)
tree7d595b1b26fa67717656e537fb25fbe69c851fb4 /lang/python32/Makefile
parentUpgrade to 2.13. (diff)
Better support for local $CFLAGS.
Notes
Notes: svn path=/head/; revision=18879
Diffstat (limited to '')
-rw-r--r--lang/python32/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 2a3360957635..e4ceddf0684a 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/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
#