pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/girara



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 17 14:10:29 UTC 2018

Modified Files:
        pkgsrc/graphics/girara: Makefile

Log Message:
girara: SunOS needs -D__EXTENSIONS__


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/girara/Makefile

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

Modified files:

Index: pkgsrc/graphics/girara/Makefile
diff -u pkgsrc/graphics/girara/Makefile:1.13 pkgsrc/graphics/girara/Makefile:1.14
--- pkgsrc/graphics/girara/Makefile:1.13        Thu Oct  4 19:03:23 2018
+++ pkgsrc/graphics/girara/Makefile     Wed Oct 17 14:10:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/10/04 19:03:23 leot Exp $
+# $NetBSD: Makefile,v 1.14 2018/10/17 14:10:29 jperkin Exp $
 
 DISTNAME=      girara-0.3.1
 CATEGORIES=    x11
@@ -12,6 +12,8 @@ LICENSE=      zlib
 
 USE_TOOLS+=    gettext pkg-config
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 .include "../../devel/py-meson/build.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index