diff options
author | kris <kris@FreeBSD.org> | 2004-03-20 06:54:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-20 06:54:47 +0800 |
commit | 2c39113517a1ea64b0ab1487bcc7498f179b8d66 (patch) | |
tree | 2c39a21b73926c3464d90c3707d18113b51af9a1 /comms/xlog | |
parent | a10536ed863e49ce89edfbd18de878c80f9b91a2 (diff) | |
download | freebsd-ports-graphics-2c39113517a1ea64b0ab1487bcc7498f179b8d66.tar.gz freebsd-ports-graphics-2c39113517a1ea64b0ab1487bcc7498f179b8d66.tar.zst freebsd-ports-graphics-2c39113517a1ea64b0ab1487bcc7498f179b8d66.zip |
BROKEN on alpha 4.x: Does not compile
Diffstat (limited to 'comms/xlog')
-rw-r--r-- | comms/xlog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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 |