From 0d4d4db66a6cd7b35fe9526072083b01734cd198 Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 24 Aug 2003 16:31:36 +0000 Subject: On IRIX, we need to create a .libs directory, so that the linker doesn't fail. This makes this package compile and install cleanly under Irix. From PR pkg/22570 by Bas van Oostveen. Thanks! --- graphics/freetype2/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'graphics') 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" -- cgit v1.2.3