summaryrefslogtreecommitdiff
path: root/x11-toolkits/v/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:30:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:30:06 +0000
commitb4d51b6dcab01f7a5a3f73031141d6bddb068b23 (patch)
treefdfe76d7f75d3929d8f4a54de38726ba9b57d5cb /x11-toolkits/v/Makefile
parentCorrect identity string on the alpha. (diff)
Build fails on the Alpha with a compiler error in function
fixup_memory_subreg.
Notes
Notes: svn path=/head/; revision=19666
Diffstat (limited to 'x11-toolkits/v/Makefile')
-rw-r--r--x11-toolkits/v/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile
index 845b2c1fe777..bb897ecf4995 100644
--- a/x11-toolkits/v/Makefile
+++ b/x11-toolkits/v/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Feb 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.8 1998/11/27 09:04:50 asami Exp $
+# $Id: Makefile,v 1.9 1998/12/27 23:53:44 billf Exp $
#
DISTNAME= v-1.19
@@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.ntua.gr/pub/X11/v/old/ \
MAINTAINER= dburr@FreeBSD.ORG
+.if ${MACHINE_ARCH} == "alpha"
+BROKEN= compiler error in function fixup_memory_subreg
+.endif
+
WRKSRC= ${WRKDIR}/v
USE_X_PREFIX= YES