mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} >= 700000
|
.if ${OSVERSION} >= 700000
|
||||||
IGNORE= obsolete and does not build with gcc4.2; use mysql 5 or later
|
USE_GCC= 3.4
|
||||||
.endif
|
.endif
|
||||||
.if defined(BUILD_OPTIMIZED)
|
.if defined(BUILD_OPTIMIZED)
|
||||||
CFLAGS+= -O3 -fno-omit-frame-pointer -fno-gcse
|
CFLAGS+= -O3 -fno-omit-frame-pointer -fno-gcse
|
||||||
|
|
Loading…
Add table
Reference in a new issue