Author: qboosh Date: Wed Mar 12 23:40:02 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - create libtool early as ./libtool is used in configure
---- Files affected: SOURCES: pango-lt.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/pango-lt.patch diff -u /dev/null SOURCES/pango-lt.patch:1.1 --- /dev/null Thu Mar 13 00:40:02 2008 +++ SOURCES/pango-lt.patch Thu Mar 13 00:39:57 2008 @@ -0,0 +1,11 @@ +--- pango-1.20.0/configure.in.orig 2008-03-10 16:19:53.000000000 +0100 ++++ pango-1.20.0/configure.in 2008-03-12 23:58:25.478798103 +0100 +@@ -124,6 +124,8 @@ + fi + + 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_MSG_CHECKING([for some Win32 platform]) + case "$host" in ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
