diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 19:48:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 19:48:36 +0000 |
commit | 33bcdc5d4d6b3d3e4fcfdbba2156fbe0f5233306 (patch) | |
tree | 4d902f1db563db37bd8de07ba3d9e387865f6bf0 | |
parent | - Drop maintainership (diff) |
Mark BROKEN on 7.X: does not compile with GCC 4.2
Notes
Notes:
svn path=/head/; revision=194943
-rw-r--r-- | sysutils/eventwatcher/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/eventwatcher/Makefile b/sysutils/eventwatcher/Makefile index cc88d7a7ad89..ca61b88b8b9b 100644 --- a/sysutils/eventwatcher/Makefile +++ b/sysutils/eventwatcher/Makefile @@ -23,7 +23,13 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2 ||g' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |