1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Unbreak: USE_GCC=3.2+ on 4.x

This commit is contained in:
Volker Stolz 2006-01-10 10:56:15 +00:00
parent 60c8d96314
commit 5a21f214f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153185

View File

@ -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