aboutsummaryrefslogtreecommitdiff
path: root/libparserutils/patches
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 02:07:27 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 02:07:27 +0100
commit0a95e15cdc87de0136734e784d487f9b03170bbb (patch)
treeadae83e51ba5b78869f51aa43cfe8ebfb762ec41 /libparserutils/patches
downloadnanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz
initial checkin of my nanonote ports feed, including a small README.
Diffstat (limited to 'libparserutils/patches')
-rw-r--r--libparserutils/patches/010-flags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libparserutils/patches/010-flags.patch b/libparserutils/patches/010-flags.patch
new file mode 100644
index 0000000..79bb066
--- /dev/null
+++ b/libparserutils/patches/010-flags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2010-10-10 17:16:16.289144951 +0200
++++ b/Makefile 2010-10-10 17:16:32.057909483 +0200
+@@ -19,7 +19,7 @@
+ endif
+
+ CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
+- -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
++ -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS) $(CPPFLAGS)
+ ifneq ($(GCCVER),2)
+ CFLAGS := $(CFLAGS) -std=c99
+ else