summaryrefslogtreecommitdiff
path: root/graphics/freetype2
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-03-24 12:49:08 +0000
committerdrochner <drochner@pkgsrc.org>2007-03-24 12:49:08 +0000
commit8a0b265fe98746d00e5806bd0a89b369d4a81918 (patch)
tree25d319707781574ce68cce590efe02799d8821ac /graphics/freetype2
parenteb1343e7aeb682d9bd710aca0ba4e19aa1c20275 (diff)
downloadpkgsrc-8a0b265fe98746d00e5806bd0a89b369d4a81918.tar.gz
Now that Joerg has patched out the real culprit, my poor workaround
is not necessary anymore.
Diffstat (limited to 'graphics/freetype2')
-rw-r--r--graphics/freetype2/Makefile5
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