summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2023-01-22 12:37:40 +0000
committerMichael Drake <mdrake.unique@gmail.com>2023-01-22 12:52:59 +0000
commit29d64c885b190043ec3fdde26874ec8cb9992a32 (patch)
tree935399ff062aec1b60393b9795ac05181fbf633d /Makefile
parentfbe9f636b08d86bc10427283e35d60d2900aa5cc (diff)
downloadlibnsgif-29d64c885b190043ec3fdde26874ec8cb9992a32.tar.gz
libnsgif-29d64c885b190043ec3fdde26874ec8cb9992a32.tar.bz2
Buildsystem: No need for _{BSD,DEFAULT}_SOURCE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42aba3a..082f044 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ ifneq ($(BUILD),i586-pc-haiku)
WARNFLAGS := $(WARNFLAGS) -Werror
endif
-CFLAGS := -D_BSD_SOURCE -D_DEFAULT_SOURCE \
+CFLAGS := \
-I$(CURDIR)/include/ -I$(CURDIR)/src \
$(WARNFLAGS) $(CFLAGS)
ifneq ($(GCCVER),2)