pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/nyancat



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Wed Sep 14 20:53:56 UTC 2016

Modified Files:
        pkgsrc/misc/nyancat: Makefile

Log Message:
fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/nyancat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/nyancat/Makefile
diff -u pkgsrc/misc/nyancat/Makefile:1.2 pkgsrc/misc/nyancat/Makefile:1.3
--- pkgsrc/misc/nyancat/Makefile:1.2    Sun Sep 11 15:59:29 2016
+++ pkgsrc/misc/nyancat/Makefile        Wed Sep 14 20:53:56 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/09/11 15:59:29 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/14 20:53:56 wiedi Exp $
 
 DISTNAME=      nyancat-1.5.1
 CATEGORIES=    misc
@@ -13,4 +13,6 @@ INSTALL_MAKE_FLAGS+=  MANDIR=${PKGMANDIR}
 
 MANCOMPRESSED= yes
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index