summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-12-16 16:44:51 +0000
committeradrianp <adrianp>2007-12-16 16:44:51 +0000
commit095118707f79e96e0a0b1115324074c9f55b9676 (patch)
tree3ddf44322be8a04cde7ce45c87b3dcb5befadb9c /lang/python24
parent3a06b64b02fc495c1e0b5f4f0645efeca21f1f0a (diff)
downloadpkgsrc-095118707f79e96e0a0b1115324074c9f55b9676.tar.gz
Fix builds on Darwin
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index c318c807dc9..3f6506f8b54 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/12/15 18:43:31 tron Exp $
+# $NetBSD: Makefile,v 1.39 2007/12/16 16:44:51 adrianp Exp $
DISTNAME= Python-2.4.4
PKGNAME= python24-2.4.4
@@ -105,6 +105,7 @@ PLIST_SUBST+= LEOPARD=
# Make sure python modules can link correctly
.if ${OPSYS} == "Darwin"
INSTALL_UNSTRIPPED= yes
+CFLAGS+= -I${WRKSRC}/Include
.endif
.if ${OPSYS} == "IRIX"