pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xsnow modified xsnow Makefile to compile on IRIX 5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbf8f990651a
branches:  trunk
changeset: 518486:dbf8f990651a
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sun Sep 10 19:57:28 2006 +0000

description:
modified xsnow Makefile to compile on IRIX 5

diffstat:

 x11/xsnow/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 2e0eb1efdb48 -r dbf8f990651a x11/xsnow/Makefile
--- a/x11/xsnow/Makefile        Sun Sep 10 19:56:03 2006 +0000
+++ b/x11/xsnow/Makefile        Sun Sep 10 19:57:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/02/05 23:11:49 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/09/10 19:57:28 schwarz Exp $
 
 DISTNAME=      xsnow-1.42
 PKGREVISION=   2
@@ -11,5 +11,13 @@
 
 USE_IMAKE=     yes
 
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(LOWER_OPSYS:Mirix5*)
+# needs snprintf()
+. include "../../pkgtools/libnbcompat/buildlink3.mk"
+IMAKEOPTS+=     -DExtraLibraries=${BUILDLINK_LDADD.libnbcompat:Q}
+.endif
+
 .include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index