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 /netsurf/patches/010-flags.patch | |
download | nanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz |
initial checkin of my nanonote ports feed, including a small README.
Diffstat (limited to 'netsurf/patches/010-flags.patch')
-rw-r--r-- | netsurf/patches/010-flags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/netsurf/patches/010-flags.patch b/netsurf/patches/010-flags.patch new file mode 100644 index 0000000..d28552f --- /dev/null +++ b/netsurf/patches/010-flags.patch @@ -0,0 +1,11 @@ +--- a/Makefile.defaults 2010-10-10 18:49:57.849134975 +0200 ++++ b/Makefile.defaults 2010-10-10 18:50:32.767910968 +0200 +@@ -83,7 +83,7 @@ + NETSURF_USE_LIBICONV_PLUG := YES + + # Initial CFLAGS. Optimisation level etc. tend to be target specific. +-CFLAGS := ++CFLAGS += $(CPPFLAGS) + + # Default installation/execution prefix + PREFIX ?= /usr/local |