diff options
Diffstat (limited to 'graphics/swfdec/files/patch-configure')
-rw-r--r-- | graphics/swfdec/files/patch-configure | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/swfdec/files/patch-configure b/graphics/swfdec/files/patch-configure deleted file mode 100644 index 4f14187ab..000000000 --- a/graphics/swfdec/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig 2008-08-14 12:43:55.000000000 -0400 -+++ configure 2008-08-14 12:45:51.000000000 -0400 -@@ -1563,7 +1563,7 @@ Optional Packages: - both] - --with-tags[=TAGS] include additional configurations [automatic] - --with-pkg-config-path colon-separated list of pkg-config(1) dirs -- --with-audio=[auto/pulse/none] -+ --with-audio=[auto/pulse/oss/none] - audio backend to use - --with-html-dir=PATH path to installed docs - -@@ -22752,6 +22752,12 @@ echo "$as_me: WARNING: no alsa audio sup - fi - fi - -+if test "$with_audio" = "oss"; then -+ AUDIO_TYPE=oss -+ AUDIO_CFLAGS= -+ AUDIO_LIBS= -+fi -+ - if test "$with_audio" = "pulse"; then - - pkg_failed=no |