aboutsummaryrefslogtreecommitdiff
path: root/print/ifhp/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 /print/ifhp/Makefile
parentbd5f3dd41b37a452c489843e85d75cf94433bbc6 (diff)
BROKEN with gcc 4.2
Notes
Notes: svn path=/head/; revision=191950
Diffstat (limited to 'print/ifhp/Makefile')
-rw-r--r--print/ifhp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile
index 5143ca7e0d2d..88f60287da04 100644
--- a/print/ifhp/Makefile
+++ b/print/ifhp/Makefile
@@ -53,6 +53,10 @@ PLIST_SUB+= NLS="@comment "
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
.if defined(WITHOUT_FOOMATIC)
CONFIGURE_ARGS+= --disable-foomatic
.else