diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-24 20:44:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-24 20:44:32 +0000 |
commit | 2c692e37da475e1011eedba47290356c5a1d8975 (patch) | |
tree | 26e6243216606428e2c87a99968d6bb5aceec370 /audio/rezound | |
parent | aff8fd518af943d61fccb0bb96a3826ac4efcef6 (diff) |
Notes
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 4ff43cbf1c93..2e4d3706e6e7 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -40,6 +40,12 @@ OPTIONS= LARGEFILE "Enable 64-bit file I/O support (BROKEN!)" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + .if defined(WITH_LARGEFILE) CONFIGURE_ARGS+= --enable-largefile BROKEN= no expl(), logl(), nearbyintl(), et al |