diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-05-07 08:50:00 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-05-07 08:50:00 +0000 |
commit | 0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b (patch) | |
tree | b3ac00009da9c3a41768db9e1b766b65d8de538c /media-sound/esound/files | |
parent | Patched for R >= 2.7, thanks dawe for his patch (bug #219522) (diff) | |
download | gentoo-2-0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b.tar.gz gentoo-2-0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b.tar.bz2 gentoo-2-0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b.zip |
media-sound/esound: add oneliner fix for libtool-2.2
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'media-sound/esound/files')
-rw-r--r-- | media-sound/esound/files/esound-0.2.38-libtool-2.2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/esound/files/esound-0.2.38-libtool-2.2.patch b/media-sound/esound/files/esound-0.2.38-libtool-2.2.patch new file mode 100644 index 000000000000..2fda800011e7 --- /dev/null +++ b/media-sound/esound/files/esound-0.2.38-libtool-2.2.patch @@ -0,0 +1,11 @@ +diff -ur esound-0.2.38.old/configure.ac esound-0.2.38/configure.ac +--- esound-0.2.38.old/configure.ac 2008-05-07 10:12:51.000000000 +0200 ++++ esound-0.2.38/configure.ac 2008-05-07 10:16:05.000000000 +0200 +@@ -26,6 +26,7 @@ + AC_SUBST(ESD_VERSION_INFO) + + AC_PROG_CC ++AC_PROG_CXX + AC_PROG_CPP + AC_LIBTOOL_WIN32_DLL + AM_PROG_LIBTOOL |