From 2c39113517a1ea64b0ab1487bcc7498f179b8d66 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 19 Mar 2004 22:54:47 +0000 Subject: BROKEN on alpha 4.x: Does not compile --- comms/xlog/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comms/xlog') diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index c2fdb72bc03..f96219e8b36 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -19,6 +19,10 @@ MAN1= xlog.1 .include +.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 -- cgit