]> git.pld-linux.org Git - packages/rhythmbox.git/commitdiff
- fix build with libtool 2.2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 13 Jun 2008 15:27:13 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rhythmbox-lt.patch -> 1.1

rhythmbox-lt.patch [new file with mode: 0644]

diff --git a/rhythmbox-lt.patch b/rhythmbox-lt.patch
new file mode 100644 (file)
index 0000000..be87e81
--- /dev/null
@@ -0,0 +1,15 @@
+diff -urN rhythmbox-0.11.5/configure.ac rhythmbox-0.11.5.new/configure.ac
+--- rhythmbox-0.11.5/configure.ac      2008-06-13 16:06:21.000000000 +0200
++++ rhythmbox-0.11.5.new/configure.ac  2008-06-13 16:28:44.000000000 +0200
+@@ -21,7 +21,10 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_STDC_HEADERS
+-AM_PROG_LIBTOOL()
++AM_PROG_LIBTOOL
++dnl when using libtool 2.x create libtool early, because it's used in configure
++m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
++
+ AC_C_BIGENDIAN
+ AC_CHECK_SIZEOF(long)
This page took 0.032093 seconds and 4 git commands to generate.