aboutsummaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-01-24 23:19:06 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-01-24 23:19:06 +0000
commit050f81323fce8981b130e0619922a1b3fcf69686 (patch)
tree5e8430f13367c561a697970b52878fde4ebe3f13 /net/openh323
parent05f43fbaae431702f3dfa23539b9d51186f4c9a8 (diff)
downloadports-050f81323fce8981b130e0619922a1b3fcf69686.tar.gz
ports-050f81323fce8981b130e0619922a1b3fcf69686.zip
Notes
Diffstat (limited to 'net/openh323')
-rw-r--r--net/openh323/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index 00c3fadd94fe..cc66ae412435 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -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