summaryrefslogtreecommitdiff
path: root/textproc/serd
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2019-01-04 16:02:21 +0000
committergson <gson@pkgsrc.org>2019-01-04 16:02:21 +0000
commit0ddb1005522b09a74747f5c2101555d356f84f62 (patch)
treedf294aa51c0d54d4c8e60d1a6aed6ddd76a52d38 /textproc/serd
parent6cde5451d9b62aa2ad0a106f0dc6c59ff21d534b (diff)
downloadpkgsrc-0ddb1005522b09a74747f5c2101555d356f84f62.tar.gz
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.
Diffstat (limited to 'textproc/serd')
-rw-r--r--textproc/serd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/serd/Makefile b/textproc/serd/Makefile
index 80434af24fb..d49e73e2c32 100644
--- a/textproc/serd/Makefile
+++ b/textproc/serd/Makefile
@@ -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/serd/
COMMENT= Lightweight C library for RDF syntax
LICENSE= isc
+USE_LANGUAGES= c99
USE_TOOLS+= gsed pkg-config
PKGCONFIG_OVERRIDE+= serd.pc.in