diff options
author | kris <kris@FreeBSD.org> | 2007-05-26 07:05:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-26 07:05:08 +0800 |
commit | 8ed97b2031890a10d78aab0619acb6c3f7206050 (patch) | |
tree | 89466415f4600f9199faff308616dd333a7f62ae /irc/bopm | |
parent | a2d952716572138d42dfe225d1aeffe58a7dd1fb (diff) | |
download | freebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.tar.gz freebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.tar.zst freebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.zip |
BROKEN with gcc 4.2
Diffstat (limited to 'irc/bopm')
-rw-r--r-- | irc/bopm/Makefile | 8 |
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> |