aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/upsdaemon
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 18:17:17 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 18:17:17 +0800
commita5593d6f8046e4f00f9e14c250a13395b29b8526 (patch)
treefcab172a361c6c0abd42379a28f853c14c356f4c /sysutils/upsdaemon
parent6cad81b699162e67bb11f54f8821ebf076dc683c (diff)
downloadfreebsd-ports-gnome-a5593d6f8046e4f00f9e14c250a13395b29b8526.tar.gz
freebsd-ports-gnome-a5593d6f8046e4f00f9e14c250a13395b29b8526.tar.zst
freebsd-ports-gnome-a5593d6f8046e4f00f9e14c250a13395b29b8526.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'sysutils/upsdaemon')
-rw-r--r--sysutils/upsdaemon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/upsdaemon/Makefile b/sysutils/upsdaemon/Makefile
index 010069b68d6c..3e003a7c983b 100644
--- a/sysutils/upsdaemon/Makefile
+++ b/sysutils/upsdaemon/Makefile
@@ -22,4 +22,10 @@ USE_RC_SUBR= upsdaemon
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>