diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:38:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:38:49 +0000 |
commit | add90dd319be1d4e500d5a1fc89f648ef45d6af8 (patch) | |
tree | 5296c17af9e0f98777120d8d08a8bc295a1b6000 /news | |
parent | Fix build with gcc4.2 (diff) |
BROKEN with gcc 4.2
Notes
Notes:
svn path=/head/; revision=191937
Diffstat (limited to 'news')
-rw-r--r-- | news/diablo/Makefile | 8 |
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> |