Advertisement
gusibsd

pulseaudio patch

Sep 24th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. diff --git a/ports/audio/pulseaudio/Makefile b/ports/audio/pulseaudio/Makefile
  2. index b326dd0..f7ed426 100644
  3. --- a/ports/audio/pulseaudio/Makefile
  4. +++ b/ports/audio/pulseaudio/Makefile
  5. @@ -20,8 +20,8 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
  6. libfftw3.so:${PORTSDIR}/math/fftw3 \
  7. libfftw3f.so:${PORTSDIR}/math/fftw3-float \
  8. liborc-0.4.so:${PORTSDIR}/devel/orc \
  9. - libjson.so.0:${PORTSDIR}/devel/json-c \
  10. - libdbus-1.s0:${PORTSDIR}/devel/dbus \
  11. + libjson.so:${PORTSDIR}/devel/json-c \
  12. + libdbus-1.so:${PORTSDIR}/devel/dbus \
  13. libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
  14. libck-connector.so:${PORTSDIR}/sysutils/consolekit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement