summaryrefslogtreecommitdiff
path: root/x11-toolkits/jx
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-23 22:08:02 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-23 22:08:02 +0000
commitec5bc20025e598c7817bf3306317ec90efac7bef (patch)
treea2b3280a2dfc69e7ee5249a99ee7d2f57b733c19 /x11-toolkits/jx
parentUpgrade to 2.19. (diff)
Mark BROKEN for -CURRENT post gcc 3.1
Notes
Notes: svn path=/head/; revision=64920
Diffstat (limited to 'x11-toolkits/jx')
-rw-r--r--x11-toolkits/jx/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile
index 389c2aae8ae1..0ac2834bda61 100644
--- a/x11-toolkits/jx/Makefile
+++ b/x11-toolkits/jx/Makefile
@@ -97,6 +97,11 @@ LIBJTOOL= 0.5
LIBJX= 1.5
.endif
+# -CURRENT post gcc 3.1
+.if ${OSVERSION} >= 500035
+BROKEN= Does not work with gcc 3.x
+.endif
+
post-patch:
.for i in ${CONFIGURE_PREPROCESSING_FILES}
@${CP} ${WRKSRC}/${POSTCONFIGURE_WRKSRC}/${i} ${WRKDIR}/${i}.in