pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/jq
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Aug 10 15:52:15 UTC 2016
Modified Files:
pkgsrc/devel/jq: Makefile
Log Message:
Fix build on SunOS. Submitted by Attila Fueloep.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/jq/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/jq/Makefile
diff -u pkgsrc/devel/jq/Makefile:1.7 pkgsrc/devel/jq/Makefile:1.8
--- pkgsrc/devel/jq/Makefile:1.7 Tue May 10 09:20:52 2016
+++ pkgsrc/devel/jq/Makefile Wed Aug 10 15:52:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/05/10 09:20:52 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2016/08/10 15:52:15 jperkin Exp $
DISTNAME= jq-1.5
PKGREVISION= 1
@@ -18,6 +18,6 @@ USE_TOOLS+= bison flex gmake
GNU_CONFIGURE= yes
-CFLAGS.SunOS+= -D_XPG6
+CFLAGS.SunOS+= -D_XPG6 -D__EXTENSIONS__
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index