pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/fontforge Add --without-python to CONFIGURE_ARGS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d6189a44d08
branches: trunk
changeset: 540118:7d6189a44d08
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri Mar 28 05:56:35 2008 +0000
description:
Add --without-python to CONFIGURE_ARGS to avoid picking up e.g. the
system Python on OS X (Leopard), where this fixes the build.
diffstat:
fonts/fontforge/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f701e247dedd -r 7d6189a44d08 fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile Fri Mar 28 04:19:56 2008 +0000
+++ b/fonts/fontforge/Makefile Fri Mar 28 05:56:35 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index