]> git.pld-linux.org Git - packages/sox.git/commitdiff
- updated for 14.0.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Dec 2007 21:57:55 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sox-gsm.patch -> 1.3

sox-gsm.patch

index b41bac45dffa555c51df9e1ca9970914e4603d5b..8d64f2c6c928486f4b8e1d006096f7da12c14d12 100644 (file)
  #else
  #include "libgsm/gsm.h"
  #endif
---- sox-13.0.0/configure.ac.orig       2007-02-11 20:48:22.000000000 +0100
-+++ sox-13.0.0/configure.ac    2007-02-17 21:36:55.888040211 +0100
-@@ -96,7 +96,7 @@
- fi
- dnl Check for libgsm
--AC_CHECK_HEADERS(gsm/gsm.h, found_libgsm=yes)
-+AC_CHECK_HEADERS(gsm/gsm.h, found_libgsm=yes, [AC_CHECK_HEADERS(gsm.h, [AC_DEFINE(HAVE_GSM_H) found_libgsm=yes])])
- if test "$found_libgsm" = yes; then
-     AC_CHECK_LIB(gsm, gsm_create, LIBS="$LIBS -lgsm")
-     AC_DEFINE(EXTERNAL_GSM, 1, [Define if you are using an external GSM library])
This page took 0.039232 seconds and 4 git commands to generate.