summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-09-18 18:22:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-09-18 18:22:05 +0000
commita95b2cf4ff4f23e53b675eac3317477caf3b9448 (patch)
tree8f0736352c23d9e4bbc96f58f341cd87a640ac98 /media-sound/sox/files
parentFix broken Manifest for josm-plugins-20070907.ebuild. (diff)
downloadgentoo-2-a95b2cf4ff4f23e53b675eac3317477caf3b9448.tar.gz
gentoo-2-a95b2cf4ff4f23e53b675eac3317477caf3b9448.tar.bz2
gentoo-2-a95b2cf4ff4f23e53b675eac3317477caf3b9448.zip
disable support for external gsm lib for now until it installs correct libs (pic), bug #192736
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-sound/sox/files')
-rw-r--r--media-sound/sox/files/sox-14.0.0-noexternalgsm.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-sound/sox/files/sox-14.0.0-noexternalgsm.patch b/media-sound/sox/files/sox-14.0.0-noexternalgsm.patch
new file mode 100644
index 000000000000..88091a48153b
--- /dev/null
+++ b/media-sound/sox/files/sox-14.0.0-noexternalgsm.patch
@@ -0,0 +1,15 @@
+Index: sox-14.0.0/configure.ac
+===================================================================
+--- sox-14.0.0.orig/configure.ac
++++ sox-14.0.0/configure.ac
+@@ -186,8 +186,8 @@ fi
+ AM_CONDITIONAL(HAVE_SUN_AUDIO, test x$enable_sun_audio = xyes)
+
+ dnl Check for libgsm
+-AC_CHECK_HEADERS(gsm/gsm.h, found_libgsm=yes,
+- [AC_CHECK_HEADERS(gsm.h, found_libgsm=yes)])
++AC_CHECK_HEADERS(gsm/gsm.h, found_libgsm=blah,
++ [AC_CHECK_HEADERS(gsm.h, found_libgsm=blah)])
+ if test "$found_libgsm" = yes; then
+ AC_CHECK_LIB(gsm, gsm_create, GSM_LIBS="$GSM_LIBS -lgsm")
+ AC_DEFINE(EXTERNAL_GSM, 1, [Define if you are using an external GSM library])