diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-06 16:17:33 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 913c711bbc4afc5217313af272eab280814dc747 (patch) | |
tree | 6ca55ac36cb7cf58a4739e828dcced39930dd007 /libraries/libflashsupport/disable-pulse.patch | |
parent | b7b2b0a84069ea1ded0f80334e85cdcaedde6f35 (diff) | |
download | slackbuilds-913c711bbc4afc5217313af272eab280814dc747.tar.gz |
libraries/libflashsupport: Removed (flash 9 shouldn't be used)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libflashsupport/disable-pulse.patch')
-rw-r--r-- | libraries/libflashsupport/disable-pulse.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/libraries/libflashsupport/disable-pulse.patch b/libraries/libflashsupport/disable-pulse.patch deleted file mode 100644 index f74dc225e8..0000000000 --- a/libraries/libflashsupport/disable-pulse.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -urp libflashsupport-MODIFICATO/configure.ac libflashsupport-MODIFICATO-NOPULSE/configure.ac ---- libflashsupport-MODIFICATO/configure.ac 2008-07-02 11:43:50.000000000 +0200 -+++ libflashsupport-MODIFICATO-NOPULSE/configure.ac 2008-07-02 11:48:52.000000000 +0200 -@@ -79,12 +79,12 @@ elif test -d ../pulseaudio ; then - PULSE_CFLAGS='-I$(top_srcdir)/../pulseaudio/src' - PULSE_LIBS='-L$(top_srcdir)/../pulseaudio/src/.libs -lpulse' - echo "*** Found pulseaudio in ../pulseaudio, using that version ***" --else -- PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.5 ]) -+#else -+# PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.5 ]) - fi - --AC_SUBST(PULSE_LIBS) --AC_SUBST(PULSE_CFLAGS) -+#AC_SUBST(PULSE_LIBS) -+#AC_SUBST(PULSE_CFLAGS) - - PKG_CHECK_MODULES(LIBSSL, [ libssl ]) - -diff -urp libflashsupport-MODIFICATO/flashsupport.c libflashsupport-MODIFICATO-NOPULSE/flashsupport.c ---- libflashsupport-MODIFICATO/flashsupport.c 2008-07-02 11:46:33.000000000 +0200 -+++ libflashsupport-MODIFICATO-NOPULSE/flashsupport.c 2008-07-02 11:48:21.000000000 +0200 -@@ -54,7 +54,7 @@ - //#define ALSA - #define OSS - //#define V4L1 --#define PULSEAUDIO -+//#define PULSEAUDIO - - //////////////////////////////////////////////////////////////////////////////////////////////////// - // |