Re-enable build on FreeBSD >= 7, using gcc 3.4, since someone

still prefers this EOL release.

PR:		ports/124102
Submitted by:	Tom Evans <tevans.uk@googlemail.com>
This commit is contained in:
Alex Dupre 2008-06-05 07:55:04 +00:00
parent 580f313174
commit ae9a2433f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214335

View file

@ -72,7 +72,7 @@ CFLAGS+= ${PTHREAD_CFLAGS}
.endif
.if ${OSVERSION} >= 700000
IGNORE= obsolete and does not build with gcc4.2; use mysql 5 or later
USE_GCC= 3.4
.endif
.if defined(BUILD_OPTIMIZED)
CFLAGS+= -O3 -fno-omit-frame-pointer -fno-gcse