summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-08-16 23:31:55 +0100
committerVincent Sanders <vince@kyllikki.org>2014-08-16 23:33:12 +0100
commitd0da99beca585f040d6564f2341949222afc6060 (patch)
tree5859eac1c6d395d4979ebe508093616e4a87327d /gtk/Makefile.target
parentbf8896a4502ad750e818d4efa4c3810e930dc8cc (diff)
downloadnetsurf-d0da99beca585f040d6564f2341949222afc6060.tar.gz
netsurf-d0da99beca585f040d6564f2341949222afc6060.tar.bz2
extend gtk viewdata to open files in an editor using the freedesktop default app specification
Diffstat (limited to 'gtk/Makefile.target')
-rw-r--r--gtk/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index f69a73a95..6e71ff3ee 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -48,7 +48,7 @@ GTKCFLAGS := -std=c99 -Dgtk -Dnsgtk \
$(GTKDEPFLAGS) \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
- -D_POSIX_C_SOURCE=200112L \
+ -D_POSIX_C_SOURCE=200809L \
-D_NETBSD_SOURCE \
-DGTK_RESPATH=\"$(NETSURF_GTK_RESOURCES)\" \
$(WARNFLAGS) -g