diff options
Diffstat (limited to 'lang/python24/Makefile')
-rw-r--r-- | lang/python24/Makefile | 3 |
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" |