diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-09-13 05:44:47 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-09-13 05:44:47 +0000 |
commit | 133edff1b499b2c794fcc9a1860c1b5526b58869 (patch) | |
tree | a929372175b2614231c3950aa2cfab2cb7fe004f /ChangeLog | |
parent | c3d6799cee7ff8411b3a05a7ab7e2a9e80c95059 (diff) |
Don't define POSIX_SOURCE on any BSDs, since it breaks things.
Define NO_SYS_HEADERS, as the monolithic build does. Helps FreeBSD.
Don't include validate.c in the library, since it seems to be a userland
test program.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-09-12 Eric Anholt <anholt@FreeBSD.org> + + * configure.ac: + Don't define POSIX_SOURCE on any BSDs, since it breaks things. + + * hw/xfree86/int10/Makefile.am: + Define NO_SYS_HEADERS, as the monolithic build does. Helps FreeBSD. + + * hw/xfree86/x86emu/Makefile.am: + Don't include validate.c in the library, since it seems to be a userland + test program. + 2005-09-12 Daniel Stone <daniel@freedesktop.org> * configure.ac: |