From c03d7321154131a53ce41900f4298a0ddda033ba Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 13 Apr 2006 14:18:23 +0000 Subject: Mark as BROKEN on >= 6.0: Does not build even with fix for -lxpg4 Noticed by: cluster --- chinese/xemacs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chinese') diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index 2da413e22c13..53638a00fae9 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -47,6 +47,10 @@ PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH} BROKEN= Configure fails on ia64 .endif +.if (${OSVERSION} >= 600000) +BROKEN= Does not build even with fix for -lxpg4 +.endif + # Have pre-configure: .if defined(HAVE_MOTIF) -- cgit v1.2.3