pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/freetype2 On IRIX, we need to create a .libs ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8747e075323
branches:  trunk
changeset: 460204:a8747e075323
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Aug 24 16:31:36 2003 +0000

description:
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!

diffstat:

 graphics/freetype2/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e4a25250a7c0 -r a8747e075323 graphics/freetype2/Makefile
--- a/graphics/freetype2/Makefile       Sun Aug 24 15:53:47 2003 +0000
+++ b/graphics/freetype2/Makefile       Sun Aug 24 16:31:36 2003 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index