summaryrefslogtreecommitdiff
path: root/graphics/freetype2
diff options
context:
space:
mode:
authoradam <adam>2005-06-14 15:44:14 +0000
committeradam <adam>2005-06-14 15:44:14 +0000
commitb19a1ed5252888e31ef5ab07ccfad550080d02e4 (patch)
tree41b7fe1b7b682375d0e41bd6a14bd2f96e7dd16e /graphics/freetype2
parentd1ee6e60756c9fae8fe37a96af48ae3ce5a259df (diff)
downloadpkgsrc-b19a1ed5252888e31ef5ab07ccfad550080d02e4.tar.gz
Makefile cleanup to close PR#30492
Diffstat (limited to 'graphics/freetype2')
-rw-r--r--graphics/freetype2/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index 32bbece48e8..c546bea85a0 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/05/31 10:01:37 dillo Exp $
+# $NetBSD: Makefile,v 1.43 2005/06/14 15:44:14 adam Exp $
DISTNAME= freetype-2.1.9
PKGNAME= freetype2-2.1.9
@@ -51,8 +51,6 @@ CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
.if !empty(MACHINE_PLATFORM:MNetBSD-*-alpha)
CPPFLAGS:= ${CPPFLAGS:C/-O[0-9]*/-O/g}
CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g}
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
-CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
.endif
# source code breaks strict aliasing in gcc>=2.95
@@ -60,12 +58,11 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
CFLAGS+= -fno-strict-aliasing
.endif
-.include "../../devel/zlib/buildlink3.mk"
-
post-configure:
cd ${WRKSRC} && ${LN} -s builds/unix/unix.mk config.mk
.if ${OPSYS} == "IRIX"
${MKDIR} ${WRKSRC}/.libs
.endif
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"