Fri Mar 28 05:56:35 2008 UTC ()
Add --without-python to CONFIGURE_ARGS to avoid picking up e.g. the
system Python on OS X (Leopard), where this fixes the build.


(schmonz)
diff -r1.44 -r1.45 pkgsrc/fonts/fontforge/Makefile

cvs diff -r1.44 -r1.45 pkgsrc/fonts/fontforge/Makefile (expand / switch to context diff)
--- pkgsrc/fonts/fontforge/Makefile 2008/03/09 10:02:43 1.44
+++ pkgsrc/fonts/fontforge/Makefile 2008/03/28 05:56:35 1.45
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2008/03/09 10:02:43 adam Exp $
+# $NetBSD: Makefile,v 1.45 2008/03/28 05:56:35 schmonz Exp $
 
 DISTNAME=	fontforge_full-${VERSION}
 PKGNAME=	fontforge-${VERSION}
@@ -21,6 +21,7 @@
 USE_TOOLS+=		gmake msgfmt
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--without-freetype-src
+CONFIGURE_ARGS+=	--without-python
 WRKSRC=			${WRKDIR}/${PKGNAME_NOREV}
 
 # checks for X11/Intrinsic.h