aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/xemacs
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-13 22:18:23 +0800
committerVolker Stolz <vs@FreeBSD.org>2006-04-13 22:18:23 +0800
commitc03d7321154131a53ce41900f4298a0ddda033ba (patch)
tree7998af1350aa9b1f65543585cea3b429a62e8ef9 /chinese/xemacs
parentac61165162d69ea8688b56205dbc3b92dd8f4240 (diff)
downloadfreebsd-ports-gnome-c03d7321154131a53ce41900f4298a0ddda033ba.tar.gz
freebsd-ports-gnome-c03d7321154131a53ce41900f4298a0ddda033ba.tar.zst
freebsd-ports-gnome-c03d7321154131a53ce41900f4298a0ddda033ba.zip
Mark as BROKEN on >= 6.0: Does not build even with fix for -lxpg4
Noticed by: cluster
Diffstat (limited to 'chinese/xemacs')
-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)