Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/05b9baadbc34d9900195c...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/05b9baadbc34d9900195caf...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/05b9baadbc34d9900195caf02...
The branch, master has been updated
via 05b9baadbc34d9900195caf02c20a8b18f11b3a5 (commit)
from 25963316407ee678c8bcb40f3338029a68fe4b56 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=05b9baadbc34d990019...
commit 05b9baadbc34d9900195caf02c20a8b18f11b3a5
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
_XOPEN_SOURCE needs defining to avoid warnings on BSD
diff --git a/frontends/monkey/Makefile b/frontends/monkey/Makefile
index 6604a88..86f1d91 100644
--- a/frontends/monkey/Makefile
+++ b/frontends/monkey/Makefile
@@ -12,6 +12,7 @@ CWARNFLAGS += -Werror
CFLAGS += -std=c99 -Dmonkey -Dnsmonkey -g \
-D_BSD_SOURCE \
-D_DEFAULT_SOURCE \
+ -D_XOPEN_SOURCE=700 \
-D_POSIX_C_SOURCE=200809L \
-D_NETBSD_SOURCE \
-DMONKEY_RESPATH=\"$(NETSURF_MONKEY_RESOURCES)\"
-----------------------------------------------------------------------
Summary of changes:
frontends/monkey/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/frontends/monkey/Makefile b/frontends/monkey/Makefile
index 6604a88..86f1d91 100644
--- a/frontends/monkey/Makefile
+++ b/frontends/monkey/Makefile
@@ -12,6 +12,7 @@ CWARNFLAGS += -Werror
CFLAGS += -std=c99 -Dmonkey -Dnsmonkey -g \
-D_BSD_SOURCE \
-D_DEFAULT_SOURCE \
+ -D_XOPEN_SOURCE=700 \
-D_POSIX_C_SOURCE=200809L \
-D_NETBSD_SOURCE \
-DMONKEY_RESPATH=\"$(NETSURF_MONKEY_RESOURCES)\"
--
NetSurf Browser