From 51deb5b4b395da2e38c500109f6dda2022ad0e0b Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 2 Jan 2005 04:26:14 +0000 Subject: BROKEN: Does not build except on i386 5.x Approved by: portmgr (self) --- editors/xemacs-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors') diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 59f2b7bc007c..11fd7127507d 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -57,6 +57,10 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} .include +.if ${ARCH} != "i386" || ${OSVERSION} < 500000 || ${OSVERSION} > 600000 +BROKEN= "Does not build except on i386 5.x" +.endif + # Undump and malloc do not behave on amd64 at the moment .if ${ARCH} == "amd64" CONFIGURE_ARGS+= --with-system-malloc --pdump -- cgit