From 152a30414a41320b65187066a70b06113562e015 Mon Sep 17 00:00:00 2001 From: nivit Date: Thu, 15 Jan 2009 16:23:32 +0000 Subject: - Fix build on 6.X systems Reported by: pavbot --- audio/espeak/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/espeak') 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 +.if ${OSVERSION} < 700042 +USE_GCC= 4.2+ +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif -- cgit