diff options
author | steve <steve@FreeBSD.org> | 2000-02-20 20:55:06 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-20 20:55:06 +0000 |
commit | f82ddcce19733ef42fb6aa0ec627da8576255a52 (patch) | |
tree | bd49a6f9d3054679804c235f119631c6ea0c60aa /x11-toolkits | |
parent | adcea8c3d7a9215494a5d327e5e984b32fd96c7a (diff) | |
download | FreeBSD-ports-f82ddcce19733ef42fb6aa0ec627da8576255a52.zip FreeBSD-ports-f82ddcce19733ef42fb6aa0ec627da8576255a52.tar.gz |
Recent changes to the compiler on the Alpha seem to have fixed the build
of this port.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/neXtaw/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index a4b5be6..f39c602 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -13,10 +13,6 @@ 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> |