diff options
Diffstat (limited to 'dev-libs/json-c/files/json-c-0.10-flags.patch')
-rw-r--r-- | dev-libs/json-c/files/json-c-0.10-flags.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-libs/json-c/files/json-c-0.10-flags.patch b/dev-libs/json-c/files/json-c-0.10-flags.patch deleted file mode 100644 index 8634f8701777..000000000000 --- a/dev-libs/json-c/files/json-c-0.10-flags.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- json-c-0.10/Makefile.am.inc -+++ json-c-0.10/Makefile.am.inc -@@ -1,2 +1,2 @@ --AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -+AM_CFLAGS = -Wall -Wwrite-strings -std=gnu99 -D_GNU_SOURCE -D_REENTRANT - |