diff options
author | Ned Ludd <solar@gentoo.org> | 2008-07-07 14:32:23 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-07-07 14:32:23 +0000 |
commit | bb4618a7aac3c7f4150fffc735fb06c0ebd91afb (patch) | |
tree | f92a6e538eefac7fb2046d4ff963bb8919dc7bf0 /media-sound/sox/files | |
parent | Remove old and no more pertinent configure options from myconf. (diff) | |
download | gentoo-2-bb4618a7aac3c7f4150fffc735fb06c0ebd91afb.tar.gz gentoo-2-bb4618a7aac3c7f4150fffc735fb06c0ebd91afb.tar.bz2 gentoo-2-bb4618a7aac3c7f4150fffc735fb06c0ebd91afb.zip |
- cross compile love
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/sox/files')
-rw-r--r-- | media-sound/sox/files/sox-14.0.1-cross.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/sox/files/sox-14.0.1-cross.patch b/media-sound/sox/files/sox-14.0.1-cross.patch new file mode 100644 index 000000000000..183063c2d63f --- /dev/null +++ b/media-sound/sox/files/sox-14.0.1-cross.patch @@ -0,0 +1,11 @@ +--- sox-14.0.1/src/Makefile.am.orig 2008-07-06 23:59:55.000000000 -0700 ++++ sox-14.0.1/src/Makefile.am 2008-07-06 23:59:38.000000000 -0700 +@@ -291,7 +291,7 @@ + all: sox$(EXEEXT) play rec sox_sample_test$(EXEEXT) example1$(EXEEXT) + + 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: |