SOURCES: rhythmbox-lt.patch (NEW) - fix build with libtool 2.2

megabajt megabajt at pld-linux.org
Fri Jun 13 17:27:19 CEST 2008


Author: megabajt                     Date: Fri Jun 13 15:27:19 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with libtool 2.2

---- Files affected:
SOURCES:
   rhythmbox-lt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rhythmbox-lt.patch
diff -u /dev/null SOURCES/rhythmbox-lt.patch:1.1
--- /dev/null	Fri Jun 13 17:27:19 2008
+++ SOURCES/rhythmbox-lt.patch	Fri Jun 13 17:27:13 2008
@@ -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)
+ 
================================================================


More information about the pld-cvs-commit mailing list