Fix build on FreeBSD 4.x branch through USE_GCC=3.4
Submitted by: pointyhat (kris)
This commit is contained in:
parent
2f6b4c6a58
commit
1d8754ebe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145608
@ -87,6 +87,11 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
BROKEN= "Does not compile on ${ARCH}"
|
||||
.endif
|
||||
|
||||
# Fix build on 4.x
|
||||
.if ${OSVERSION} < 500000
|
||||
USE_GCC= 3.4
|
||||
.endif
|
||||
|
||||
### Development version
|
||||
## Thus, we will use non standard threading library
|
||||
## We will switch from libpthread to libthr which should produce
|
||||
|
@ -87,6 +87,11 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
BROKEN= "Does not compile on ${ARCH}"
|
||||
.endif
|
||||
|
||||
# Fix build on 4.x
|
||||
.if ${OSVERSION} < 500000
|
||||
USE_GCC= 3.4
|
||||
.endif
|
||||
|
||||
### Development version
|
||||
## Thus, we will use non standard threading library
|
||||
## We will switch from libpthread to libthr which should produce
|
||||
|
Loading…
Reference in New Issue
Block a user