summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 22:06:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 22:06:01 +0000
commit18e25ec569aaf7e6f00c672fdd3f0d78824cf904 (patch)
treefe018d9c0dc5076889a5cc2c737fc2b7c1829002
parentBROKEN on alpha 5.x: Does not compile (diff)
alpha is also a 64-bit environment (add to NOT_FOR_ARCHS)
-rw-r--r--devel/ace+tao/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ace+tao/Makefile b/devel/ace+tao/Makefile
index 0aea0111a6c7..8c2c360c19b8 100644
--- a/devel/ace+tao/Makefile
+++ b/devel/ace+tao/Makefile
@@ -28,7 +28,7 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
# Code is not 64-bit clean yet
-NOT_FOR_ARCHS= ia64 amd64 sparc64
+NOT_FOR_ARCHS= ia64 amd64 sparc64 alpha
TESTS= "@comment "
.if defined(WITH_TESTS)