diff options
author | drochner <drochner@pkgsrc.org> | 2007-03-24 12:49:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-03-24 12:49:08 +0000 |
commit | 8a0b265fe98746d00e5806bd0a89b369d4a81918 (patch) | |
tree | 25d319707781574ce68cce590efe02799d8821ac /graphics | |
parent | eb1343e7aeb682d9bd710aca0ba4e19aa1c20275 (diff) | |
download | pkgsrc-8a0b265fe98746d00e5806bd0a89b369d4a81918.tar.gz |
Now that Joerg has patched out the real culprit, my poor workaround
is not necessary anymore.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freetype2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile index a5e8cb170ea..6fc3b0c762e 100644 --- a/graphics/freetype2/Makefile +++ b/graphics/freetype2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2007/03/20 15:20:33 drochner Exp $ +# $NetBSD: Makefile,v 1.57 2007/03/24 12:49:08 drochner Exp $ DISTNAME= freetype-2.3.2 PKGNAME= ${DISTNAME:S/-/2-/} @@ -25,9 +25,6 @@ CONFIGURE_DIRS= ${WRKSRC}/builds/unix BUILD_DIRS= ${WRKSRC} CONFIGURE_ARGS+= --includedir=${PREFIX}/include CONFIGURE_ENV+= ac_cv_path_GREP=${GREP:Q} ac_cv_path_EGREP=${EGREP:Q} -# XXX I don't understand what's happening here, but the CONFIG_SHELL -# in CONFIGURE_ENV breaks the configure script -CONFIG_SHELL= # null .if exists(/System/Library/Frameworks/Carbon.framework) LDFLAGS+= -framework Carbon |