summaryrefslogtreecommitdiff
path: root/devel/json-c/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-06-24 10:04:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-06-24 10:04:04 +0000
commit0c9f5c2ff9f9962c4764216df4a70835009d6606 (patch)
tree7c376204ab53eafd8b8fd0503834911c83e9fb80 /devel/json-c/files
parent- Request Maintainership (diff)
Add json-c 0.6, a JSON (Javascript Object Notation) implementation in C.
PR: ports/99391 Submitted by: gno_at_yahoo-inc.com
Diffstat (limited to 'devel/json-c/files')
-rw-r--r--devel/json-c/files/patch-Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/json-c/files/patch-Makefile.in b/devel/json-c/files/patch-Makefile.in
new file mode 100644
index 000000000000..d3489fbced55
--- /dev/null
+++ b/devel/json-c/files/patch-Makefile.in
@@ -0,0 +1,16 @@
+--- Makefile.in.orig Sat Jun 24 18:00:48 2006
++++ Makefile.in Sat Jun 24 18:01:16 2006
+@@ -85,11 +85,11 @@
+ STRIP = @STRIP@
+ VERSION = @VERSION@
+
+-CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
++CFLAGS = -Wall -D_GNU_SOURCE -D_REENTRANT
+
+ lib_LTLIBRARIES = libjson.la
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = json.pc
+
+ libjsonincludedir = $(includedir)/json