pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/serd
Module Name: pkgsrc
Committed By: gson
Date: Fri Jan 4 16:02:21 UTC 2019
Modified Files:
pkgsrc/textproc/serd: Makefile
Log Message:
serd: require c99
serd 0.30.0 uses c99 syntax, and won't build on NetBSD 7.2 without
USE_LANGUAGES=c99. Fixes PR pkg/53832.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/serd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/serd/Makefile
diff -u pkgsrc/textproc/serd/Makefile:1.3 pkgsrc/textproc/serd/Makefile:1.4
--- pkgsrc/textproc/serd/Makefile:1.3 Wed Jan 2 19:39:23 2019
+++ pkgsrc/textproc/serd/Makefile Fri Jan 4 16:02:21 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/01/02 19:39:23 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/04 16:02:21 gson Exp $
DISTNAME= serd-0.30.0
CATEGORIES= textproc
@@ -10,6 +10,7 @@ HOMEPAGE= http://drobilla.net/software/s
COMMENT= Lightweight C library for RDF syntax
LICENSE= isc
+USE_LANGUAGES= c99
USE_TOOLS+= gsed pkg-config
PKGCONFIG_OVERRIDE+= serd.pc.in
Home |
Main Index |
Thread Index |
Old Index