summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freetype2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index d78864ba64c..f50dbce7886 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/07/21 16:51:40 martti Exp $
+# $NetBSD: Makefile,v 1.20 2003/08/24 16:31:36 jschauma Exp $
#
DISTNAME= freetype-2.1.4
@@ -27,8 +27,13 @@ CONFIGURE_ENV+= RPATH_FLAG="${RPATH_FLAG}"
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/builds/unix/libtool
+.include "../../mk/bsd.prefs.mk"
+
post-configure:
cd ${WRKSRC} && ${LN} -s builds/unix/unix.mk config.mk
+.if ${OPSYS} == "IRIX"
+ ${MKDIR} ${WRKSRC}/.libs
+.endif
.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"