summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:03:43 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:03:43 +0000
commitff5f768f221ffdafefeb7a5c923febf63f3efb6a (patch)
tree8d0bd8e15a6f7f8d722e586524c27a6968416576 /x11-toolkits
parentThis doesn't build on the alpha yet, but should with a little work. (diff)
On the Alpha this port's build dies with a compiler error in function
fixup_memory_subreg.
Notes
Notes: svn path=/head/; revision=19657
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/neXtaw/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile
index c0a9215205a9..db381aee3769 100644
--- a/x11-toolkits/neXtaw/Makefile
+++ b/x11-toolkits/neXtaw/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.9 1998/10/28 08:06:37 tg Exp $
+# $Id: Makefile,v 1.10 1998/11/14 09:43:30 asami Exp $
#
DISTNAME= neXtaw-0.5.1
@@ -13,6 +13,10 @@ EXTRACT_SUFX= .tar.gz.bin
MAINTAINER= tg@FreeBSD.ORG
+.if ${MACHINE_ARCH} == "alpha"
+BROKEN= compiler error in funtion fixup_memory_subreg
+.endif
+
USE_IMAKE= yes
.include <bsd.port.pre.mk>