diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-14 18:19:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-14 18:19:05 +0800 |
commit | 069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6 (patch) | |
tree | 88942b19ba9a4632a634996a02ee12169c0e5445 /net/mediastreamer | |
parent | fa3560ebf262bbc38ce410e3459810fffe3582bf (diff) | |
download | freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.gz freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.zst freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.zip |
comms/spandsp-devel:
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac
almost all USE_AUTOTOOLS are needed)
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS
Reported by: antoine
Diffstat (limited to 'net/mediastreamer')
-rw-r--r-- | net/mediastreamer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index 18e8192933ae..23a43c6f7b82 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -3,7 +3,7 @@ PORTNAME= mediastreamer PORTVERSION= 2.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/mediastreamer @@ -57,7 +57,7 @@ OPUS_CONFIGURE_ENABLE= opus OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus SPANDSP_CONFIGURE_ENABLE= spandsp -SPANDSP_LIB_DEPENDS= libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel +SPANDSP_LIB_DEPENDS= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel SPEEX_CONFIGURE_ENABLE= speex SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex |