summaryrefslogtreecommitdiff
path: root/frontends/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-08 21:57:15 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-08 21:57:15 +0100
commit053fd7b5830b4adfe9703be281f6ecfa68e0410b (patch)
treec7cf6af6dd0f331cc64a79571ed8612d285f535b /frontends/atari
parentc1c8ed794de6c0f2a4da18ceb6a62c9f8841aeac (diff)
downloadnetsurf-053fd7b5830b4adfe9703be281f6ecfa68e0410b.tar.gz
netsurf-053fd7b5830b4adfe9703be281f6ecfa68e0410b.tar.bz2
Fix atari INFO macro name collision
Diffstat (limited to 'frontends/atari')
-rw-r--r--frontends/atari/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index b4fb16ec1..a2f27e2f2 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -47,6 +47,7 @@ CFLAGS += -U__STRICT_ANSI__ -std=c99 -Dsmall -Dnsatari \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
+ -DNSLOG_LEVEL_0x0010=NSLOG_LEVEL_INFO \
$(shell $(PKG_CONFIG) --cflags openssl ) \
$(shell $(PKG_CONFIG) --cflags libcurl )