diff options
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 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 |