diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-03 04:22:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-03 04:22:46 +0800 |
commit | 5e2b6cc477362748bad829e87e0cc33e8bc06193 (patch) | |
tree | 55f9d32ff66e6430e69104391940a4652f9d1d86 /net | |
parent | 94369e233654f00800f92521b04979a38bfc92bf (diff) | |
download | freebsd-ports-gnome-5e2b6cc477362748bad829e87e0cc33e8bc06193.tar.gz freebsd-ports-gnome-5e2b6cc477362748bad829e87e0cc33e8bc06193.tar.zst freebsd-ports-gnome-5e2b6cc477362748bad829e87e0cc33e8bc06193.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')
-rw-r--r-- | net/asterisk-bristuff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index cc866305aa91..a0c95522d9d1 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ curl.6:${PORTSDIR}/ftp/curl 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" \ |