summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2007-06-15 19:53:19 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2007-06-15 19:53:19 +0000
commit4ab2824c093f3d18ff09bfb871a1ae458f7055d1 (patch)
tree6de25967833b9808488b79fe6d560c82c6330f71 /makefile
parent89a44d8bc36e064fb431dd4d85d8cdee6be1e686 (diff)
downloadnetsurf-4ab2824c093f3d18ff09bfb871a1ae458f7055d1.tar.gz
netsurf-4ab2824c093f3d18ff09bfb871a1ae458f7055d1.tar.bz2
Put -D_BSD_SOURCE back because it breaks building on Linux, even thought it is not strictly needed.
svn path=/trunk/netsurf/; revision=3348
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0b4165c79..1d88a5857 100644
--- a/makefile
+++ b/makefile
@@ -130,6 +130,7 @@ CFLAGS_DEBUG = -std=c99 -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I. \
$(PLATFORM_CFLAGS_DEBUG) -g
CFLAGS_GTK = -std=c99 -Dgtk -Dnsgtk \
-DGTK_DISABLE_DEPRECATED \
+ -D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
$(WARNFLAGS) -I. -g -O0 -Wformat=2 \