libsndfile-srconly.patch 664 B

1234567891011121314151617
  1. ---
  2. Makefile.in | 2 +-
  3. 1 file changed, 1 insertion(+), 1 deletion(-)
  4. Index: libsndfile-1.0.18/Makefile.in
  5. ===================================================================
  6. --- libsndfile-1.0.18.orig/Makefile.in
  7. +++ libsndfile-1.0.18/Makefile.in
  8. @@ -260,7 +260,7 @@
  9. top_srcdir = @top_srcdir@
  10. DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
  11. @BUILD_OCTAVE_MOD_TRUE@octave_dir = Octave
  12. -SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
  13. +SUBDIRS = src
  14. DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
  15. EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Mingw-make-dist.sh
  16. pkgconfigdir = $(libdir)/pkgconfig