aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-26 20:38:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-26 20:38:49 +0000
commitadd90dd319be1d4e500d5a1fc89f648ef45d6af8 (patch)
tree5296c17af9e0f98777120d8d08a8bc295a1b6000 /news
parent047242b410208c78bebccfd002d545cb0c7bc1aa (diff)
downloadports-add90dd319be1d4e500d5a1fc89f648ef45d6af8.tar.gz
ports-add90dd319be1d4e500d5a1fc89f648ef45d6af8.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/diablo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile
index 77259b4f2c40..0ba473e62a6e 100644
--- a/news/diablo/Makefile
+++ b/news/diablo/Makefile
@@ -25,6 +25,12 @@ MAN8= dicmd.8 didump.8 dexpireover.8 dfeedinfo.8 dgrpctl.8 \
doverctl.8 drequeue.8 dhisexpire.8
PORTDOCS= COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-extract:
@${CP} ${SCRIPTDIR}/diablo.sh-sample ${WRKDIR}
@@ -57,4 +63,4 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${RM} -rf ${PREFIX}/news/man
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>