Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
aballier 07/09/18 18:22:05
Added: sox-14.0.0-noexternalgsm.patch
Log:
disable support for external gsm lib for now until it installs correct libs (pic), bug #192736
(Portage version: 2.1.3.9)
Revision Changes Path
1.1 media-sound/sox/files/sox-14.0.0-noexternalgsm.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/files/sox-14.0.0-noexternalgsm.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/files/sox-14.0.0-noexternalgsm.patch?rev=1.1&content-type=text/plain
Index: sox-14.0.0-noexternalgsm.patch
===================================================================
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])
--
gentoo-commits@g.o mailing list
|
|