pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python24 Fix builds on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1992efb73f6a
branches:  trunk
changeset: 536537:1992efb73f6a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Dec 16 16:44:51 2007 +0000

description:
Fix builds on Darwin

diffstat:

 lang/python24/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6b7c8236197c -r 1992efb73f6a lang/python24/Makefile
--- a/lang/python24/Makefile    Sun Dec 16 16:42:50 2007 +0000
+++ b/lang/python24/Makefile    Sun Dec 16 16:44:51 2007 +0000
@@ -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 @@
 # Make sure python modules can link correctly
 .if ${OPSYS} == "Darwin"
 INSTALL_UNSTRIPPED=    yes
+CFLAGS+=               -I${WRKSRC}/Include
 .endif
 
 .if ${OPSYS} == "IRIX"



Home | Main Index | Thread Index | Old Index