Author: megabajt Date: Mon Dec 29 21:02:30 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - http://bugzilla.gnome.org/show_bug.cgi?id=565967
---- Files affected: SOURCES: python-pyorbit-libtool.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/python-pyorbit-libtool.patch diff -u /dev/null SOURCES/python-pyorbit-libtool.patch:1.1 --- /dev/null Mon Dec 29 22:02:31 2008 +++ SOURCES/python-pyorbit-libtool.patch Mon Dec 29 22:02:24 2008 @@ -0,0 +1,13 @@ +diff -urN pyorbit-2.24.0/configure.in pyorbit-2.24.0.new/configure.in +--- pyorbit-2.24.0/configure.in 2008-09-23 14:27:43.000000000 +0200 ++++ pyorbit-2.24.0.new/configure.in 2008-12-29 19:28:20.000000000 +0100 +@@ -33,6 +33,9 @@ + AC_DISABLE_STATIC + AC_PROG_LIBTOOL + ++dnl when using libtool 2.x create libtool early, because it's used in configure ++m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) ++ + AM_PATH_PYTHON([2.4]) + + AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)]) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
