diff options
-rw-r--r-- | audio/espeak/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 0345b92df095..72f490442ef6 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -44,6 +44,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700042 +USE_GCC= 4.2+ +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif |