diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-01-10 10:56:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-01-10 10:56:15 +0000 |
commit | 5a21f214f5e6bf0553b988507080f13e7ba98202 (patch) | |
tree | 1ec5a493313a940849c195b6d502b9719cc5899e /emulators/gxemul | |
parent | 60c8d96314bd9c28eb2b129245677e75e8957f89 (diff) | |
download | ports-5a21f214f5e6bf0553b988507080f13e7ba98202.tar.gz ports-5a21f214f5e6bf0553b988507080f13e7ba98202.zip |
Unbreak: USE_GCC=3.2+ on 4.x
Notes
Notes:
svn path=/head/; revision=153185
Diffstat (limited to 'emulators/gxemul')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 1a864b2db659..06713f456d5a 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -47,6 +47,10 @@ OPTIONS= ALWAYS32 "ALWAYS_SIGNEXTEND_32" off \ .include <bsd.port.pre.mk> +.if ( ${OSVERSION} < 500000 ) +USE_GCC= 3.2+ +.endif + .if defined(WITH_ALWAYS32) CONFIGURE_ARGS+=--always32 .endif |