pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/serd serd: require c99



details:   https://anonhg.NetBSD.org/pkgsrc/rev/601861ac4ccb
branches:  trunk
changeset: 317335:601861ac4ccb
user:      gson <gson%pkgsrc.org@localhost>
date:      Fri Jan 04 16:02:21 2019 +0000

description:
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:

 textproc/serd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r de2df4e95159 -r 601861ac4ccb textproc/serd/Makefile
--- a/textproc/serd/Makefile    Fri Jan 04 15:11:47 2019 +0000
+++ b/textproc/serd/Makefile    Fri Jan 04 16:02:21 2019 +0000
@@ -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 @@
 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