Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/share/mk Pull up revision 1.47 (requested by jmc in ticke...
details: https://anonhg.NetBSD.org/src/rev/66343606bfd5
branches: netbsd-3
changeset: 575189:66343606bfd5
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 21:08:07 2005 +0000
description:
Pull up revision 1.47 (requested by jmc in ticket #114):
Compile "src/x11" with "-fno-strict-aliasing" because that's what the
native build does.
diffstat:
share/mk/bsd.x11.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r a826109eb920 -r 66343606bfd5 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk Wed Apr 06 21:07:34 2005 +0000
+++ b/share/mk/bsd.x11.mk Wed Apr 06 21:08:07 2005 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: bsd.x11.mk,v 1.45 2005/01/21 05:15:36 rtr Exp $
+# $NetBSD: bsd.x11.mk,v 1.45.2.1 2005/04/06 21:08:07 tron Exp $
.include <bsd.init.mk>
-
BINDIR= ${X11BINDIR}
LIBDIR= ${X11USRLIBDIR}
MANDIR= ${X11MANDIR}
+COPTS+= -fno-strict-aliasing
+
X11FLAGS.VERSION= -DOSMAJORVERSION=1 -DOSMINORVERSION=6 # XXX
# THREADS_DEFINES
Home |
Main Index |
Thread Index |
Old Index