diff options
author | crocket <crockabiscuit@gmail.com> | 2011-07-19 02:17:51 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:46 -0500 |
commit | df3d230047a608ca757c3cf2b07e5239fd22cbae (patch) | |
tree | 83679349d9fd4cd6dccd518f0c51fcae6ae12ff7 /audio/pulseaudio/pulseaudio-0.9.23.diff | |
parent | 847dc4d53874fefa4e0861a11d1ec0c9a9d7244f (diff) | |
download | slackbuilds-df3d230047a608ca757c3cf2b07e5239fd22cbae.tar.gz |
audio/pulseaudio: Added (Pulse Audio Sound Server)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/pulseaudio/pulseaudio-0.9.23.diff')
-rw-r--r-- | audio/pulseaudio/pulseaudio-0.9.23.diff | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/pulseaudio/pulseaudio-0.9.23.diff b/audio/pulseaudio/pulseaudio-0.9.23.diff new file mode 100644 index 0000000000..f2603d1a53 --- /dev/null +++ b/audio/pulseaudio/pulseaudio-0.9.23.diff @@ -0,0 +1,21 @@ +diff -Naur pulseaudio-0.9.23-a/configure pulseaudio-0.9.23-b/configure +--- pulseaudio-0.9.23-a/configure 2011-06-24 05:56:32.036894840 +0900 ++++ pulseaudio-0.9.23-b/configure 2011-07-19 03:08:08.234282954 +0900 +@@ -20360,7 +20360,7 @@ + + LIBWRAP_LIBS= + saved_LIBS="$LIBS" +-LIBS="$LIBS -lwrap" ++LIBS="$LIBS -lnsl -lwrap" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tcpwrap library and headers" >&5 + $as_echo_n "checking for tcpwrap library and headers... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +@@ -20382,7 +20382,7 @@ + + $as_echo "#define HAVE_LIBWRAP /**/" >>confdefs.h + +-LIBWRAP_LIBS="-lwrap" ++LIBWRAP_LIBS="-lnsl -lwrap" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } + else |