diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 04:51:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 04:51:02 +0800 |
commit | 09e73a1d556456c91a9e2881d468e24fbdf84570 (patch) | |
tree | 1429b6365a06ae283d94557ab4896f702aa935a4 /x11-fm | |
parent | 4330cce30b486b0949755a778ea22662cecfea2e (diff) | |
download | marcuscom-ports-09e73a1d556456c91a9e2881d468e24fbdf84570.tar.gz marcuscom-ports-09e73a1d556456c91a9e2881d468e24fbdf84570.tar.zst marcuscom-ports-09e73a1d556456c91a9e2881d468e24fbdf84570.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9283 df743ca5-7f9a-e211-a948-0013205c9059
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> |