diff options
author | sobomax <sobomax@FreeBSD.org> | 2008-02-28 18:21:21 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2008-02-28 18:21:21 +0800 |
commit | f7f0752adbbc59a8ca86a23e85a7404eccc46967 (patch) | |
tree | a0f3e2497a459a60f943d81b7625f6d2bdc94b62 /net/asterisk14 | |
parent | a6713703e270fb18e814ff51089c4abeb7b40397 (diff) | |
download | freebsd-ports-graphics-f7f0752adbbc59a8ca86a23e85a7404eccc46967.tar.gz freebsd-ports-graphics-f7f0752adbbc59a8ca86a23e85a7404eccc46967.tar.zst freebsd-ports-graphics-f7f0752adbbc59a8ca86a23e85a7404eccc46967.zip |
Port compiles on FreeBSD/powerpc just fine.
Diffstat (limited to 'net/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index a3698bfa48b..c5f4db148a9 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ curl.4:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -ONLY_FOR_ARCHS= i386 sparc64 amd64 +ONLY_FOR_ARCHS= i386 sparc64 amd64 powerpc GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323" \ |