1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Needs an external (non-base) compiler on all FreeBSD 5.x (not only amd64).

This commit is contained in:
Alejandro Pulver 2008-05-05 21:53:51 +00:00
parent 20993ea8cd
commit 45b5a7b8a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212692
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ SUB_FILES= ${PORTNAME} pkg-message
# In FreeBSD 5.x fails to build due to an internal compiler error. Using the
# version 3.4 from ports which probably fixes this error requires a hack to
# get around bsd.gcc.mk handling, so use a higher version than in base system.
.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
.if ${OSVERSION} < 600000
USE_GCC= 4.2+
.endif

View File

@ -28,7 +28,7 @@ SUB_FILES= ${PORTNAME} pkg-message
# In FreeBSD 5.x fails to build due to an internal compiler error. Using the
# version 3.4 from ports which probably fixes this error requires a hack to
# get around bsd.gcc.mk handling, so use a higher version than in base system.
.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
.if ${OSVERSION} < 600000
USE_GCC= 4.2+
.endif