diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-23 22:08:02 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-23 22:08:02 +0000 |
commit | 124a7393d612969bbf286b2ad59ab646e26db55b (patch) | |
tree | 6130d6296ea6fb38d9021695772585b00810cea2 /x11-toolkits/jx | |
parent | 85fcaaf5cb505eff66c774eb640ac02e2b81354f (diff) | |
download | FreeBSD-ports-124a7393d612969bbf286b2ad59ab646e26db55b.zip FreeBSD-ports-124a7393d612969bbf286b2ad59ab646e26db55b.tar.gz |
Mark BROKEN for -CURRENT post gcc 3.1
Diffstat (limited to 'x11-toolkits/jx')
-rw-r--r-- | x11-toolkits/jx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index 389c2aa..0ac2834 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 |