Fix build on FreeBSD 4.x branch through USE_GCC=3.4

Submitted by:	pointyhat (kris)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-10-17 01:39:22 +00:00
parent 2f6b4c6a58
commit 1d8754ebe1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145608
2 changed files with 10 additions and 0 deletions

View File

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

View File

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