summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-05-16 21:05:08 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-05-16 21:05:08 +0000
commit817cc0e5d5da8d6ae90da26549583ff4ab30f484 (patch)
tree4dc5260960f4c970a114484aaffd02be396f3e00 /media-sound/linuxsampler/files
parentVersion bumped, Bug #190732. (diff)
downloadhistorical-817cc0e5d5da8d6ae90da26549583ff4ab30f484.tar.gz
historical-817cc0e5d5da8d6ae90da26549583ff4ab30f484.tar.bz2
historical-817cc0e5d5da8d6ae90da26549583ff4ab30f484.zip
fix build with libtool 2.2
Package-Manager: portage-2.1.5
Diffstat (limited to 'media-sound/linuxsampler/files')
-rw-r--r--media-sound/linuxsampler/files/linuxsampler-0.5.1-libtool22.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/linuxsampler/files/linuxsampler-0.5.1-libtool22.patch b/media-sound/linuxsampler/files/linuxsampler-0.5.1-libtool22.patch
new file mode 100644
index 000000000000..3c4add20637f
--- /dev/null
+++ b/media-sound/linuxsampler/files/linuxsampler-0.5.1-libtool22.patch
@@ -0,0 +1,20 @@
+Index: linuxsampler-0.5.1/configure.in
+===================================================================
+--- linuxsampler-0.5.1.orig/configure.in
++++ linuxsampler-0.5.1/configure.in
+@@ -38,6 +38,7 @@ LSCP_RELEASE_MINOR=3
+ AC_DEFINE_UNQUOTED(LSCP_RELEASE_MAJOR, ${LSCP_RELEASE_MAJOR}, [LSCP spec major version this release complies with.])
+ AC_DEFINE_UNQUOTED(LSCP_RELEASE_MINOR, ${LSCP_RELEASE_MINOR}, [LSCP spec minor version this release complies with.])
+
++AC_PROG_CXX
+ AM_PROG_LIBTOOL
+
+ AC_SUBST(SHLIB_VERSION_ARG)
+@@ -1082,7 +1083,6 @@ AM_CONFIG_HEADER(config.h)
+ AM_INIT_AUTOMAKE(linuxsampler, "$LINUXSAMPLER_RELEASE_MAJOR.$LINUXSAMPLER_RELEASE_MINOR.$LINUXSAMPLER_RELEASE_BUILD")
+
+ AC_LANG_CPLUSPLUS
+-AC_PROG_CXX
+
+ # some gcc 4.0 versions need -msse for SSE register allocations
+ if test "$config_asm" = "yes"; then