summaryrefslogtreecommitdiff
path: root/lang/python23-pth
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-04 18:31:43 +0000
committerrecht <recht@pkgsrc.org>2003-09-04 18:31:43 +0000
commit1e2a04351da98fe36c81d81ee9b5b126323a3e4e (patch)
treecb626bf8623a847f3927aeafda197c0b4219c262 /lang/python23-pth
parentfbfcffeb4fd4e4cc1b38784f2de62a0fa66bd142 (diff)
downloadpkgsrc-1e2a04351da98fe36c81d81ee9b5b126323a3e4e.tar.gz
Partly override Python's CFLAGS with the ones from pkgsrc.
Idea by Adam <adam at albedo dot art dot pl> in private email.
Diffstat (limited to 'lang/python23-pth')
-rw-r--r--lang/python23-pth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile
index 6635e251fbb..011d2149b03 100644
--- a/lang/python23-pth/Makefile
+++ b/lang/python23-pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/18 20:57:13 recht Exp $
+# $NetBSD: Makefile,v 1.5 2003/09/04 18:31:43 recht Exp $
#
DISTNAME= Python-2.3
@@ -15,6 +15,7 @@ USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+= OPT="${CFLAGS}"
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink2.mk"