diff options
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 |