aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/gnome-commander/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
commitb7ff7031ea6f07582ad920bef0ffd13ac1adcc44 (patch)
treefa95c4dec9e92efb4ff7df81d579129d7bc11807 /x11-fm/gnome-commander/Makefile
parentbd5f3dd41b37a452c489843e85d75cf94433bbc6 (diff)
Notes
Diffstat (limited to 'x11-fm/gnome-commander/Makefile')
-rw-r--r--x11-fm/gnome-commander/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile
index 45df6468be42..2271cc19423f 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 -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/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>