aboutsummaryrefslogtreecommitdiff
path: root/hubbub/patches/010-flags.patch
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 /hubbub/patches/010-flags.patch
downloadnanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz
initial checkin of my nanonote ports feed, including a small README.
Diffstat (limited to 'hubbub/patches/010-flags.patch')
-rw-r--r--hubbub/patches/010-flags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/hubbub/patches/010-flags.patch b/hubbub/patches/010-flags.patch
new file mode 100644
index 0000000..fb1c484
--- /dev/null
+++ b/hubbub/patches/010-flags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2010-10-10 18:15:05.069139402 +0200
++++ b/Makefile 2010-10-10 18:15:25.739134475 +0200
+@@ -18,7 +18,7 @@
+ WARNFLAGS := $(WARNFLAGS) -Werror
+ 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