1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Workaround for sparc64-6: set USE_GCC=4.2+.

The packages for 6.3R on sparc64 were actually built using this.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2008-01-18 23:26:55 +00:00
parent b3fe4f8a74
commit b3e5a51a8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205813
2 changed files with 8 additions and 0 deletions

View File

@ -189,6 +189,10 @@ LDFLAGS+= ${PTHREAD_LIBS}
. endif
.endif # !SLAVE_ONLY
.if ${ARCH} == sparc64 && ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.if defined(CLIENT_ONLY)
MAN1= clusterdb.1 createdb.1 createlang.1 createuser.1 \
dropdb.1 droplang.1 dropuser.1 ecpg.1 initdb.1 \

View File

@ -303,6 +303,10 @@ RUN_DEPENDS+= mpeg2encode:${PORTSDIR}/multimedia/mpeg2codec
.endif
.endif
.if ${ARCH} == sparc64 && ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.if defined(NOPORTDOCS)
INSTALL_TARGET= install
.else