summaryrefslogtreecommitdiff
path: root/x11/windowmaker
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-06-09 12:35:23 +0000
committertron <tron@pkgsrc.org>2000-06-09 12:35:23 +0000
commit19f2176e4dd08439a67f154c0dc423ba7ce89f92 (patch)
treedc7f0d9e6006065318cd86ba65a47ae758083ff5 /x11/windowmaker
parent329a86374a379d94c0d71a52d04c23ef58db40e3 (diff)
downloadpkgsrc-19f2176e4dd08439a67f154c0dc423ba7ce89f92.tar.gz
Disable optimization on "arm32" port to avoid "egcs" bug.
Diffstat (limited to 'x11/windowmaker')
-rw-r--r--x11/windowmaker/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index b8df44d0380..15b712b88f0 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2000/06/04 00:30:33 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2000/06/09 12:35:23 tron Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1
@@ -35,6 +35,11 @@ INSTALL_TARGET= install-strip
.include "../../mk/bsd.prefs.mk"
+# "egcs" has an optimizer problem on "arm32".
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm32"
+CFLAGS=
+.endif
+
# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options
# to support. Currently supported options:
#