/packages/audio/libsndfile/patches/libsndfile-1.0.25-configure.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 25 lines · 21 code · 4 blank · 0 comment · 0 complexity · bdccdd61236a86d12cd00c7cee2ffb1b MD5 · raw file

  1. diff -Naur libsndfile-1.0.25-old/configure.ac libsndfile-1.0.25-new/configure.ac
  2. --- libsndfile-1.0.25-old/configure.ac 2011-07-13 01:59:57.000000000 -0700
  3. +++ libsndfile-1.0.25-new/configure.ac 2011-07-13 17:04:14.000000000 -0700
  4. @@ -18,9 +18,6 @@
  5. AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
  6. AM_SILENT_RULES([yes])
  7. -dnl Add parameters for aclocal
  8. -AC_SUBST(ACLOCAL_AMFLAGS, "-I M4")
  9. -
  10. AC_LANG([C])
  11. AC_PROG_CC
  12. diff -Naur libsndfile-1.0.25-old/Makefile.am libsndfile-1.0.25-new/Makefile.am
  13. --- libsndfile-1.0.25-old/Makefile.am 2011-07-07 02:47:24.000000000 -0700
  14. +++ libsndfile-1.0.25-new/Makefile.am 2011-07-13 17:04:14.000000000 -0700
  15. @@ -2,6 +2,8 @@
  16. DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
  17. +ACLOCAL_AMFLAGS = -I M4
  18. +
  19. if BUILD_OCTAVE_MOD
  20. octave_dir = Octave
  21. endif