diff options
author | gson <gson@pkgsrc.org> | 2019-04-14 18:20:02 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2019-04-14 18:20:02 +0000 |
commit | fc80c47e19838e61fb750ee7022e4ad0c41016b4 (patch) | |
tree | c4286961cbfa854459005dd6486e63d7180df2d4 /converters | |
parent | 6eb6a2d9406297ed9bc5d428dc3a82ec42402674 (diff) | |
download | pkgsrc-fc80c47e19838e61fb750ee7022e4ad0c41016b4.tar.gz |
sratom: set USE_LANGUAGES=c99 to make it build on NetBSD 7
Diffstat (limited to 'converters')
-rw-r--r-- | converters/sratom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/sratom/Makefile b/converters/sratom/Makefile index befc814951c..c83e0081c7c 100644 --- a/converters/sratom/Makefile +++ b/converters/sratom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/01/02 20:20:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.12 2019/04/14 18:20:02 gson Exp $ DISTNAME= sratom-0.6.2 CATEGORIES= converters @@ -10,6 +10,7 @@ HOMEPAGE= http://drobilla.net/software/sratom/ COMMENT= Library for serialising LV2 atoms to/from RDF LICENSE= isc +USE_LANGUAGES= c99 USE_TOOLS+= gsed pkg-config PKGCONFIG_OVERRIDE+= sratom.pc.in |