diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-01-24 23:19:06 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-01-24 23:19:06 +0000 |
commit | 050f81323fce8981b130e0619922a1b3fcf69686 (patch) | |
tree | 5e8430f13367c561a697970b52878fde4ebe3f13 /net/openh323 | |
parent | 05f43fbaae431702f3dfa23539b9d51186f4c9a8 (diff) | |
download | ports-050f81323fce8981b130e0619922a1b3fcf69686.tar.gz ports-050f81323fce8981b130e0619922a1b3fcf69686.zip |
Notes
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 2 |
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 |