diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:22:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:22:24 +0000 |
commit | 91ca488b8d1bdfc98cb5005b796700222b8899c6 (patch) | |
tree | b7b071ef1121fcb7548c04a149df872b868d82d3 /net/wmwave | |
parent | 156c0406ba6668de3a8bc936e7756ff7998b960d (diff) | |
download | ports-91ca488b8d1bdfc98cb5005b796700222b8899c6.tar.gz ports-91ca488b8d1bdfc98cb5005b796700222b8899c6.zip |
Notes
Diffstat (limited to 'net/wmwave')
-rw-r--r-- | net/wmwave/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/wmwave/Makefile b/net/wmwave/Makefile index 0c196c4f0c01..daa177c82431 100644 --- a/net/wmwave/Makefile +++ b/net/wmwave/Makefile @@ -29,4 +29,10 @@ PLIST_FILES= bin/wmwave # configure is a no-op for this port. do-configure: -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |