From 8ed97b2031890a10d78aab0619acb6c3f7206050 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 25 May 2007 23:05:08 +0000 Subject: BROKEN with gcc 4.2 --- irc/bopm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc/bopm') 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 + +.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 +.include -- cgit