Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/bin don't build glx* on vax until libm has some missing ...
details: https://anonhg.NetBSD.org/src/rev/fb46967659b3
branches: trunk
changeset: 551976:fb46967659b3
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Sep 14 22:33:31 2003 +0000
description:
don't build glx* on vax until libm has some missing stuff added
diffstat:
x11/bin/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 90913869772f -r fb46967659b3 x11/bin/Makefile
--- a/x11/bin/Makefile Sun Sep 14 22:16:48 2003 +0000
+++ b/x11/bin/Makefile Sun Sep 14 22:33:31 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/09/14 06:42:23 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/14 22:33:31 lukem Exp $
SUBDIR= appres bdftopcf bdftruncate beforelight bitmap cxpm dpsexec dpsinfo \
- editres fc-cache fc-list fslsfonts fstobdf glxgears glxinfo iceauth \
+ editres fc-cache fc-list fslsfonts fstobdf iceauth \
ico imake lbxproxy listres lndir luit makepsres mkcfm mkfontdir \
mkfontscale oclock proxymngr pswrap rgb rstart scripts setxkbmap \
showfont smproxy sxpm texteroids twm ucs2any viewres x11perf xauth \
@@ -13,6 +13,10 @@
xrefresh xset xsetmode xsetpointer xsetroot xsm xstdcmap \
xterm xtrap xvidtune xvinfo xwd xwininfo xwud
+.if ${MACHINE_ARCH} != "vax" # XXX: vax is missing ceilf (etc) in libm
+SUBDIR+=glxgears glxinfo
+.endif
+
SUBDIR+=ssh-askpass xsystrace
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index