diff options
author | pav <pav@FreeBSD.org> | 2007-07-05 03:48:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-05 03:48:36 +0800 |
commit | aa479c8b5026183bf3ea13184c41ab285a08510e (patch) | |
tree | 40b97fc3165a8a195b5fa3cb4ad8fb05607b4ca3 /sysutils | |
parent | c8adc83be911a3e8537eb14aada86cdc9a3ac774 (diff) | |
download | freebsd-ports-gnome-aa479c8b5026183bf3ea13184c41ab285a08510e.tar.gz freebsd-ports-gnome-aa479c8b5026183bf3ea13184c41ab285a08510e.tar.zst freebsd-ports-gnome-aa479c8b5026183bf3ea13184c41ab285a08510e.zip |
Mark BROKEN on 7.X: does not compile with GCC 4.2
Diffstat (limited to 'sysutils')
-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> |