diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-04-24 13:43:15 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2007-04-24 13:43:15 +0000 |
commit | b33a6fb331bfe3eb31cc6f722b33d46995ead31e (patch) | |
tree | dfb1b8524948bba61fdc49810e134f10abeb95d0 /package/libsndfile/libsndfile-srconly.patch | |
parent | e92ad5bc97f8a39f4c78decc0b14af18025fbc30 (diff) | |
download | buildroot-novena-b33a6fb331bfe3eb31cc6f722b33d46995ead31e.tar.gz buildroot-novena-b33a6fb331bfe3eb31cc6f722b33d46995ead31e.zip |
libsndfile package. Closes #1325
Diffstat (limited to 'package/libsndfile/libsndfile-srconly.patch')
-rw-r--r-- | package/libsndfile/libsndfile-srconly.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libsndfile/libsndfile-srconly.patch b/package/libsndfile/libsndfile-srconly.patch new file mode 100644 index 000000000..1796b80c0 --- /dev/null +++ b/package/libsndfile/libsndfile-srconly.patch @@ -0,0 +1,11 @@ +--- libsndfile-1.0.17/Makefile.in.orig 2006-12-06 17:26:46.000000000 +0100 ++++ libsndfile-1.0.17/Makefile.in 2006-12-06 17:31:11.000000000 +0100 +@@ -209,7 +209,7 @@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-SUBDIRS = man doc Win32 Octave src examples regtest tests ++SUBDIRS = src + DIST_SUBDIRS = $(SUBDIRS) + EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \ + sndfile.pc.in Mingw-make-dist.sh |