diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile index c80cb654b..b950f6c1c 100644 --- a/x11-fm/gnome-commander/Makefile +++ b/x11-fm/gnome-commander/Makefile @@ -31,6 +31,12 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + pre-everything:: .if !defined(WITH_FAM) @${ECHO} "" @@ -39,4 +45,4 @@ pre-everything:: @${ECHO} "" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |