1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/json-c/patch-Makefile.am
Vanilla I. Shu 0c9f5c2ff9 Add json-c 0.6, a JSON (Javascript Object Notation) implementation in C.
PR:		ports/99391
Submitted by:	gno_at_yahoo-inc.com
2006-06-24 10:04:04 +00:00

9 lines
234 B
Plaintext

--- Makefile.am.orig Mon Jun 12 12:17:41 2006
+++ Makefile.am Mon Jun 12 12:17:52 2006
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
+CFLAGS = -Wall -D_GNU_SOURCE -D_REENTRANT
lib_LTLIBRARIES = libjson.la