summaryrefslogtreecommitdiff
path: root/chinese/xemacs/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-13 14:18:23 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-13 14:18:23 +0000
commitc03d7321154131a53ce41900f4298a0ddda033ba (patch)
tree7998af1350aa9b1f65543585cea3b429a62e8ef9 /chinese/xemacs/Makefile
parentApply a patch found on the sourceforce project page for XQF, that fixes (diff)
Mark as BROKEN on >= 6.0: Does not build even with fix for -lxpg4
Noticed by: cluster
Notes
Notes: svn path=/head/; revision=159422
Diffstat (limited to 'chinese/xemacs/Makefile')
-rw-r--r--chinese/xemacs/Makefile4
1 files changed, 4 insertions, 0 deletions
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)