diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-04 09:50:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-04 09:50:30 +0000 |
commit | 29e193fccd1cda75260a8c3f3c2b5033250abd08 (patch) | |
tree | b8384d78ed176fc2afc0ec2404d26af994c2907d /media-sound/musepack-tools/files | |
parent | Add patch to fix opengl related crash (#103937). (diff) | |
download | gentoo-2-29e193fccd1cda75260a8c3f3c2b5033250abd08.tar.gz gentoo-2-29e193fccd1cda75260a8c3f3c2b5033250abd08.tar.bz2 gentoo-2-29e193fccd1cda75260a8c3f3c2b5033250abd08.zip |
Fixed patch for +esd/-esd handling. See bug #104147.
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'media-sound/musepack-tools/files')
-rw-r--r-- | media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch b/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch index 4011fdc02959..b6e1d16c5293 100644 --- a/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch +++ b/media-sound/musepack-tools/files/musepack-tools-1.15v-Makefile.patch @@ -9,15 +9,6 @@ endif ifdef MINGW -@@ -97,7 +97,7 @@ - # Name of libraries you need for linking - - ifndef MINGW --LDADD = -lm -+LDADD = `esd-config --libs` - #LDADD += -lesd - else - LDADD = -lwinmm -lws2_32 @@ -176,9 +176,9 @@ -fno-finite-math-only -fno-unsafe-math-optimizations endif |