diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-11-07 20:21:19 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-11-07 20:21:19 +0800 |
commit | 1f93e70ddd07cf743f3bde4c132a374b5be7a028 (patch) | |
tree | a3841522250c09fc92c0500e7a0cb58e877ccc37 /net/asterisk16 | |
parent | d62d42083cacd8c09498bef1c89568ed6ef28a82 (diff) | |
download | freebsd-ports-gnome-1f93e70ddd07cf743f3bde4c132a374b5be7a028.tar.gz freebsd-ports-gnome-1f93e70ddd07cf743f3bde4c132a374b5be7a028.tar.zst freebsd-ports-gnome-1f93e70ddd07cf743f3bde4c132a374b5be7a028.zip |
Enable sparc64 build.
Approved by: MAINTAINER
Diffstat (limited to 'net/asterisk16')
-rw-r--r-- | net/asterisk16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 7f1ecfd09b2a..05d3b70e0dbf 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323" \ |