summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-09-13 05:44:47 +0000
committerEric Anholt <anholt@freebsd.org>2005-09-13 05:44:47 +0000
commit133edff1b499b2c794fcc9a1860c1b5526b58869 (patch)
treea929372175b2614231c3950aa2cfab2cb7fe004f /ChangeLog
parentc3d6799cee7ff8411b3a05a7ab7e2a9e80c95059 (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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f22b257c..9df5e252d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: