summaryrefslogtreecommitdiff
path: root/x11/windowmaker
diff options
context:
space:
mode:
authortron <tron>2000-06-09 12:35:23 +0000
committertron <tron>2000-06-09 12:35:23 +0000
commit455e088f5f26d9e658e8589ed1166f4b3275b8d0 (patch)
treedc7f0d9e6006065318cd86ba65a47ae758083ff5 /x11/windowmaker
parent9666c7a4abee67136305e89f7ed0d9fc4d30cd00 (diff)
downloadpkgsrc-455e088f5f26d9e658e8589ed1166f4b3275b8d0.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:
#