diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 08:39:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 08:39:01 +0000 |
commit | 44337542a8533369184ae9305ea45ded22a609a3 (patch) | |
tree | 17231ab6371a3c2f2fe7a1bf09d9fc00c2549089 /audio | |
parent | cf11a46e4f981f266d6c2eec31b9db19dfb8e2fe (diff) | |
download | ports-44337542a8533369184ae9305ea45ded22a609a3.tar.gz ports-44337542a8533369184ae9305ea45ded22a609a3.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liba52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index c9feadb391da..6f0425c8aa37 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --enable-djbfft .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" +.if ${ARCH} == "amd64" || ${ARCH} == "powerpc" CFLAGS+= -fPIC .endif |