summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 22:54:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 22:54:47 +0000
commit8dfbcd55b5a1477a416940b3bedcdea2266317d8 (patch)
tree05cc45de66dbb9fa8196eeb60a6c281d940feb23 /comms
parentBROKEN on alpha 4.x: Coredump during build (diff)
BROKEN on alpha 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=104675
Diffstat (limited to 'comms')
-rw-r--r--comms/xlog/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index c2fdb72bc039..f96219e8b36c 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -19,6 +19,10 @@ MAN1= xlog.1
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Does not compile on alpha 4.x"
+.endif
+
.if defined(WITH_HAMLIB)
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
CONFIGURE_ARGS+= --enable-hamlib