diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-29 17:45:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-29 17:45:18 +0000 |
commit | 577c8777d266f22f6704f792e2c293b4bb0aad5f (patch) | |
tree | 14b2060c0b85de4703ec6148a2086a6ab11e45ed /textproc/json-c | |
parent | d4fcd7947b76613cc1d84639946068025cea879e (diff) | |
download | pkgsrc-577c8777d266f22f6704f792e2c293b4bb0aad5f.tar.gz |
Disable old name compat. Planned for next release anyway, and might fix
problems with relinking some people are seeing.
Bump PKGREVISION.
Wait with another recursive bump until I know that there's fallout.
Diffstat (limited to 'textproc/json-c')
-rw-r--r-- | textproc/json-c/Makefile | 5 | ||||
-rw-r--r-- | textproc/json-c/PLIST | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/json-c/Makefile b/textproc/json-c/Makefile index 40a5e14ff2d..bcb044f791b 100644 --- a/textproc/json-c/Makefile +++ b/textproc/json-c/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/11/27 11:29:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2013/11/29 17:45:18 wiz Exp $ DISTNAME= json-c-0.11 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://s3.amazonaws.com/json-c_releases/releases/ @@ -18,6 +19,8 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= json.pc.in PKGCONFIG_OVERRIDE+= json-c.pc.in +CONFIGURE_ARGS+= --disable-oldname-compat + .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) CFLAGS+= -Wno-tautological-compare -Wno-unused-value diff --git a/textproc/json-c/PLIST b/textproc/json-c/PLIST index 21dab7bd6a7..eac4285f759 100644 --- a/textproc/json-c/PLIST +++ b/textproc/json-c/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/11/25 11:59:08 wiz Exp $ -include/json +@comment $NetBSD: PLIST,v 1.3 2013/11/29 17:45:18 wiz Exp $ include/json-c/arraylist.h include/json-c/bits.h include/json-c/debug.h @@ -15,6 +14,4 @@ include/json-c/json_util.h include/json-c/linkhash.h include/json-c/printbuf.h lib/libjson-c.la -lib/libjson.la lib/pkgconfig/json-c.pc -lib/pkgconfig/json.pc |