diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-03 04:13:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-03 04:13:56 +0800 |
commit | 94369e233654f00800f92521b04979a38bfc92bf (patch) | |
tree | 2889052114e17d6f0db1d9289bd2d5bcb0cff62f /net/asterisk16/Makefile | |
parent | d2cf4763ac4038c6a8d203c9b7f18de74e9642ce (diff) | |
download | freebsd-ports-gnome-94369e233654f00800f92521b04979a38bfc92bf.tar.gz freebsd-ports-gnome-94369e233654f00800f92521b04979a38bfc92bf.tar.zst freebsd-ports-gnome-94369e233654f00800f92521b04979a38bfc92bf.zip |
Fails to build on sparc64 and powerpc. I'm not sure if anyone would
want to use this port on those platforms, anyways.
Hat: portmgr
Diffstat (limited to 'net/asterisk16/Makefile')
-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 5ac19c7b526f..e0d88a7f1dce 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -ONLY_FOR_ARCHS= i386 sparc64 amd64 powerpc +ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323" \ |