From 4ab2824c093f3d18ff09bfb871a1ae458f7055d1 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Fri, 15 Jun 2007 19:53:19 +0000 Subject: Put -D_BSD_SOURCE back because it breaks building on Linux, even thought it is not strictly needed. svn path=/trunk/netsurf/; revision=3348 --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') 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 \ -- cgit v1.2.3