aboutsummaryrefslogtreecommitdiff
path: root/emulators/generator
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /emulators/generator
parentc0a7a1f97264b914fa27603f8433b87b38b15f14 (diff)
downloadports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.tar.gz
ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.zip
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'emulators/generator')
-rw-r--r--emulators/generator/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile
index 2df579756596..f9e3c854518c 100644
--- a/emulators/generator/Makefile
+++ b/emulators/generator/Makefile
@@ -48,13 +48,8 @@ post-patch:
. endif
.endif
-# Generator does not automatically determine the GCC version.
.if !defined(WITHOUT_OPTIMIZED_CFLAGS)
-. if ${OSVERSION} < 500035
-CONFIGURE_ARGS+=--with-gcc=2
-. elif ${OSVERSION} >= 500035
CONFIGURE_ARGS+=--with-gcc=3
-. endif
.else
CONFIGURE_ARGS+=--without-gcc
.endif