aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-25 23:05:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-25 23:05:08 +0000
commit71b36ac46930076196cdfd6a9313c36003da6260 (patch)
tree929b82f8a19080f9e96ed6865266659b3d97d0fd /irc
parent55abac1679dcc04d780ac2877f1f60a4c446b3b0 (diff)
downloadports-71b36ac46930076196cdfd6a9313c36003da6260.tar.gz
ports-71b36ac46930076196cdfd6a9313c36003da6260.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/bopm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile
index 0f25b474e7ff..dee5e836f9ec 100644
--- a/irc/bopm/Makefile
+++ b/irc/bopm/Makefile
@@ -29,6 +29,12 @@ SUB_FILES= pkg-message pkg-install pkg-deinstall
PLIST_SUB= LOGDIR=${LOGDIR}
SUB_LIST= LOGDIR=${LOGDIR}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
pre-su-install:
@${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@@ -50,4 +56,4 @@ post-install:
@${CHMOD} 640 ${PREFIX}/etc/bopm.conf.sample
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>