From 4d1eed4906c8a4b41a2d008a0b6564620ca73809 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 14 Mar 2004 01:32:03 +0000 Subject: BROKEN on alpha 4.x: Does not compile --- sysutils/ffsrecov/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile index a5b864e8144a..df1c9840abb3 100644 --- a/sysutils/ffsrecov/Makefile +++ b/sysutils/ffsrecov/Makefile @@ -22,4 +22,8 @@ PLIST_FILES= bin/ffsrecov BROKEN= "Incompatible with UFS2 header files" .endif +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Does not compile on alpha 4.x" +.endif + .include -- cgit