diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-21 13:38:11 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-21 13:38:11 +0000 |
commit | 6543facde736a0bcafa01b6610a2e1c293fe11b5 (patch) | |
tree | 390eba2927c57ebf9b776d405761b5cd265d14c8 /packages/sox | |
parent | 9ede5dc2c95dbe53ec5a00c0e22837263673e172 (diff) |
sox: Add missing patch
Diffstat (limited to 'packages/sox')
-rw-r--r-- | packages/sox/sox/src-Makefile.am.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/sox/sox/src-Makefile.am.patch b/packages/sox/sox/src-Makefile.am.patch new file mode 100644 index 0000000000..b5ffd398ae --- /dev/null +++ b/packages/sox/sox/src-Makefile.am.patch @@ -0,0 +1,11 @@ +--- sox-13.0.0.old/src/Makefile.am 2007-03-18 22:19:52.296535098 -0400 ++++ sox-13.0.0/src/Makefile.am 2007-03-18 22:21:48.968947731 -0400 +@@ -42,7 +42,7 @@ + $(MAKE) -C libgsm + + play rec: sox$(EXEEXT) +- ./sox --help > /dev/null ++# ./sox --help > /dev/null + test -f .libs/lt-sox && ( $(RM) $@ && $(LN_S) .libs/lt-sox $@ ) || $(LN_S) sox$(EXEEXT) $@ + + install-exec-hook: |