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:
parent
580f313174
commit
ae9a2433f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214335
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue