1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Allow building on powerpcspe.

Reported by:	jhibbits
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-12-22 05:37:10 +00:00
parent 20695b64ab
commit 09765c4b9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488067

View File

@ -97,7 +97,7 @@ CONFIGURE_ARGS+=--disable-dtrace
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif
.if (${ARCH} == powerpc || ${ARCH} == powerpc64)
.if ${ARCH:Mpowerpc*}
USE_GCC= yes
.endif