aboutsummaryrefslogtreecommitdiffstats
path: root/audio/espeak
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2009-01-16 00:23:32 +0800
committernivit <nivit@FreeBSD.org>2009-01-16 00:23:32 +0800
commit152a30414a41320b65187066a70b06113562e015 (patch)
tree9b7932b4599ad494d9630cc97cbaef90e430a93d /audio/espeak
parenteb6f34f1083636dba5de3c33550a3bf9ec7665c3 (diff)
downloadfreebsd-ports-gnome-152a30414a41320b65187066a70b06113562e015.tar.gz
freebsd-ports-gnome-152a30414a41320b65187066a70b06113562e015.tar.zst
freebsd-ports-gnome-152a30414a41320b65187066a70b06113562e015.zip
- Fix build on 6.X systems
Reported by: pavbot
Diffstat (limited to 'audio/espeak')
-rw-r--r--audio/espeak/Makefile4
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