aboutsummaryrefslogtreecommitdiff
path: root/audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__configure.ac')
-rw-r--r--audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__configure.ac b/audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__configure.ac
deleted file mode 100644
index ff2d5923af47..000000000000
--- a/audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./ocaml-soundtouch-0.1.5/configure.ac.orig 2009-10-30 16:07:44.000000000 +0200
-+++ ./ocaml-soundtouch-0.1.5/configure.ac 2009-12-11 21:42:25.000000000 +0200
-@@ -113,7 +113,7 @@
- PKG_PROG_PKG_CONFIG()
- #PKG_CHECK_MODULES(SOUNDTOUCH,libSoundTouch,,[AC_MSG_ERROR(libsoundtouch not found.)])
- # PKG_CHECK_MODULES loses when you need --libs-only-[lL]
--SOUNDTOUCH_PKG="soundtouch-1.0"
-+SOUNDTOUCH_PKG="soundtouch-1.4"
- if ! $PKG_CONFIG --exists $SOUNDTOUCH_PKG; then
- if ! $PKG_CONFIG --exists libSoundTouch; then
- AC_MSG_ERROR([soundtouch not found])