1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Unbreak with 4.x by setting USE_GCC=3.4.

PR:		ports/76452
Submitted by:	oliver
This commit is contained in:
Adam Weinberger 2005-01-21 18:06:34 +00:00
parent 85ace5a4eb
commit c6f95acab0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127038
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ BROKEN= "Does not compile on ia64 or alpha"
.endif
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
USE_GCC= 3.4
.endif
.if defined(WITH_CAIRO_RENDER)

View File

@ -116,7 +116,7 @@ BROKEN= "Does not compile on ia64 or alpha"
.endif
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
USE_GCC= 3.4
.endif
.if defined(WITH_CAIRO_RENDER)

View File

@ -116,7 +116,7 @@ BROKEN= "Does not compile on ia64 or alpha"
.endif
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
USE_GCC= 3.4
.endif
.if defined(WITH_CAIRO_RENDER)