Search
lxdream.org :: lxdream :: r988:23c648e10db3
lxdream 0.9.1
released Jun 29
Download Now
changeset988:23c648e10db3
parent987:3bd03f1ce0a7
child989:7baf5ecd8e98
authornkeynes
dateWed Feb 25 09:00:05 2009 +0000 (15 years ago)
Argh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE
I think that's everything now...
src/Makefile.am
src/Makefile.in
1.1 --- a/src/Makefile.am Wed Feb 25 08:50:22 2009 +0000
1.2 +++ b/src/Makefile.am Wed Feb 25 09:00:05 2009 +0000
1.3 @@ -13,7 +13,7 @@
1.4
1.5
1.6 EXTRA_DIST=drivers/genkeymap.pl checkver.pl
1.7 -AM_CFLAGS = -D__EXTENSIONS__
1.8 +AM_CFLAGS = -D__EXTENSIONS__ -D_BSD_SOURCE -D_GNU_SOURCE
1.9
1.10 .PHONY: checkversion
1.11 checkversion:
2.1 --- a/src/Makefile.in Wed Feb 25 08:50:22 2009 +0000
2.2 +++ b/src/Makefile.in Wed Feb 25 09:00:05 2009 +0000
2.3 @@ -405,7 +405,7 @@
2.4 @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@
2.5
2.6 EXTRA_DIST = drivers/genkeymap.pl checkver.pl
2.7 -AM_CFLAGS = -D__EXTENSIONS__
2.8 +AM_CFLAGS = -D__EXTENSIONS__ -D_BSD_SOURCE -D_GNU_SOURCE
2.9 TESTS = test/testxlt
2.10 BUILT_SOURCES = sh4/sh4core.c sh4/sh4dasm.c sh4/sh4x86.c sh4/sh4stat.c \
2.11 pvr2/gl_slsrc.c drivers/mac_keymap.h version.c
.