diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:30:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:30:06 +0000 |
commit | b4d51b6dcab01f7a5a3f73031141d6bddb068b23 (patch) | |
tree | fdfe76d7f75d3929d8f4a54de38726ba9b57d5cb /x11-toolkits/v | |
parent | 64c9f430370e500ce8a6a1fd70b462e5b9ff88b2 (diff) | |
download | ports-b4d51b6dcab01f7a5a3f73031141d6bddb068b23.tar.gz ports-b4d51b6dcab01f7a5a3f73031141d6bddb068b23.zip |
Notes
Diffstat (limited to 'x11-toolkits/v')
-rw-r--r-- | x11-toolkits/v/Makefile | 6 |
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 |