summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-15 22:08:47 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-15 22:08:47 +0000
commitac32dce2ddbe896164d769a8889af26682f590cc (patch)
tree5d4d719552e31e7693654d78cb51f5cefe17f0ea
parente53fcfeb4f4a6cd9af7c2243f242b137cc1749d3 (diff)
downloadpkgsrc-ac32dce2ddbe896164d769a8889af26682f590cc.tar.gz
use c99 to fix build on SunOS
-rw-r--r--textproc/jansson/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/jansson/Makefile b/textproc/jansson/Makefile
index 108a1efb5e5..94a2aa5edb5 100644
--- a/textproc/jansson/Makefile
+++ b/textproc/jansson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:41 tron Exp $
+# $NetBSD: Makefile,v 1.3 2014/02/15 22:08:47 wiedi Exp $
DISTNAME= jansson-2.4
PKGREVISION= 1
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.digip.org/jansson/
COMMENT= C library for encoding, decoding and manipulating JSON data
LICENSE= mit
+USE_LANGUAGES= c99
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config