Hi
If you build wireshark w/ support for playing back RTP streams and you
have already audio/portaudio2 installed, the build will fail. But you
can build wireshark w/ portaudio2 instead, here's a patched attached.
Thanks.
--
In Riemann, Hilbert or in Banach space
Let superscripts and subscripts go their ways.
Our asymptotes no longer out of phase,
We shall encounter, counting, face to face.
-- Stanislaw Lem, "Cyberiad"
--- Makefile.orig 2014-03-10 07:56:33.000000000 +0800
+++ Makefile 2014-03-22 16:19:47.000000000 +0800
@@ -112,8 +112,8 @@
.endif
.if ${PORT_OPTIONS:MRTP} && !defined(LITE)
-LIB_DEPENDS+= portaudio:${PORTSDIR}/audio/portaudio
-CONFIGURE_ARGS+=--with-portaudio=${LOCALBASE}
+LIB_DEPENDS+= portaudio:${PORTSDIR}/audio/portaudio2
+CONFIGURE_ARGS+=--with-portaudio2=${LOCALBASE}
WIRESHARK_LIBS+=${PTHREAD_LIBS}
.else
CONFIGURE_ARGS+=--without-portaudio
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"