- -fPIC is also required on powerpc

PR:		ports/153826
Submitted by:	andreast
Approved by:	maintainer timeout (15 days)
Feature safe:	yes
This commit is contained in:
Florian Smeets 2011-01-24 23:19:06 +00:00
parent 05f43fbaae
commit 050f81323f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268188

View File

@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --enable-localspeex=no
CONFIGURE_ARGS+= --enable-localspeex=yes
.endif
.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64")
.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64")
CFLAGS+= -fPIC
.endif