From d5c5b75ddebd1fee7a2d08599719e24ec84f90b4 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 18 Jan 2009 13:42:57 +0000 Subject: [PATCH] Simplify the use of USE_GCC. Approved by: nivit (maintainer) --- audio/espeak/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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