From ef3dec7c1a86bf21e6019b19388680b55d1a924c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 16 Mar 2008 10:32:43 +0000 Subject: [PATCH] - Mark BROKEN on respective platforms Reported by: pointyhat --- sysutils/condor/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 764990806a44..50a64193dd78 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -29,8 +29,12 @@ USE_PERL5_BUILD= yes .include -.if defined(PACKAGE_BUILDING) -#IGNORE= requires fully qualified hostname +.if ${OSVERSION} < 600000 +BROKEN= Does not compile +.endif + +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= Does not compile .endif .if defined(WITHOUT_SUBMIT_NODE)