diff options
author | tg <tg@FreeBSD.org> | 1999-05-19 16:47:50 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-19 16:47:50 +0800 |
commit | c2b479abc682532909d51228d43e3c523bbb4a94 (patch) | |
tree | 8dabc68f4ae1d174bffb884a1b6027ace551f264 /lang/python15 | |
parent | c35e46118113daac6a1c801b875016084ca3db09 (diff) | |
download | freebsd-ports-gnome-c2b479abc682532909d51228d43e3c523bbb4a94.tar.gz freebsd-ports-gnome-c2b479abc682532909d51228d43e3c523bbb4a94.tar.zst freebsd-ports-gnome-c2b479abc682532909d51228d43e3c523bbb4a94.zip |
Better support for local $CFLAGS.
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 2a3360957635..e4ceddf0684a 100644 --- a/lang/python15/Makefile +++ b/lang/python15/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 # |