Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/sox/files: sox-14.0.0-noexternalgsm.patch
Date: Tue, 18 Sep 2007 18:29:51
Message-Id: E1IXhi2-0003Kt-0A@stork.gentoo.org
1 aballier 07/09/18 18:22:05
2
3 Added: sox-14.0.0-noexternalgsm.patch
4 Log:
5 disable support for external gsm lib for now until it installs correct libs (pic), bug #192736
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 media-sound/sox/files/sox-14.0.0-noexternalgsm.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/files/sox-14.0.0-noexternalgsm.patch?rev=1.1&view=markup
12 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
13
14 Index: sox-14.0.0-noexternalgsm.patch
15 ===================================================================
16 Index: sox-14.0.0/configure.ac
17 ===================================================================
18 --- sox-14.0.0.orig/configure.ac
19 +++ sox-14.0.0/configure.ac
20 @@ -186,8 +186,8 @@ fi
21 AM_CONDITIONAL(HAVE_SUN_AUDIO, test x$enable_sun_audio = xyes)
22
23 dnl Check for libgsm
24 -AC_CHECK_HEADERS(gsm/gsm.h, found_libgsm=yes,
25 - [AC_CHECK_HEADERS(gsm.h, found_libgsm=yes)])
26 +AC_CHECK_HEADERS(gsm/gsm.h, found_libgsm=blah,
27 + [AC_CHECK_HEADERS(gsm.h, found_libgsm=blah)])
28 if test "$found_libgsm" = yes; then
29 AC_CHECK_LIB(gsm, gsm_create, GSM_LIBS="$GSM_LIBS -lgsm")
30 AC_DEFINE(EXTERNAL_GSM, 1, [Define if you are using an external GSM library])
31
32
33
34 --
35 gentoo-commits@g.o mailing list