diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
commit | 0a95e15cdc87de0136734e784d487f9b03170bbb (patch) | |
tree | adae83e51ba5b78869f51aa43cfe8ebfb762ec41 /hubbub/patches/010-flags.patch | |
download | nanonote-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.patch | 11 |
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 |