From f7613b626ea0a44d273012fbaa5338dda042e619 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 18 Jan 2009 13:42:57 +0000 Subject: Simplify the use of USE_GCC. Approved by: nivit (maintainer) --- audio/espeak/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'audio/espeak') diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 72f490442ef6..19fcdb00fe9d 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -23,6 +23,7 @@ MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS}" USE_GMAKE= yes +USE_GCC= 4.2+ USE_LDCONFIG= yes USE_ZIP= yes @@ -44,10 +45,6 @@ post-install: .include -.if ${OSVERSION} < 700042 -USE_GCC= 4.2+ -.endif - .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif -- cgit