diff options
Diffstat (limited to 'arabic/katoob/Makefile')
-rw-r--r-- | arabic/katoob/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile index dfff667b2..724daa77c 100644 --- a/arabic/katoob/Makefile +++ b/arabic/katoob/Makefile @@ -27,6 +27,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + .if ${HAVE_GNOME:Mgtksourceview}!="" || defined(WITH_HIGHLIGHTING) CONFIGURE_ARGS+= "--enable-highlight" USE_GNOME+= gtksourceview |