packages: libsvg/libsvg-lt.patch (NEW) - fix building with recent libtool

baggins baggins at pld-linux.org
Wed May 13 16:15:33 CEST 2009


Author: baggins                      Date: Wed May 13 14:15:33 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix building with recent libtool

---- Files affected:
packages/libsvg:
   libsvg-lt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libsvg/libsvg-lt.patch
diff -u /dev/null packages/libsvg/libsvg-lt.patch:1.1
--- /dev/null	Wed May 13 16:15:33 2009
+++ packages/libsvg/libsvg-lt.patch	Wed May 13 16:15:27 2009
@@ -0,0 +1,26 @@
+diff -ur libsvg-0.1.4/configure.in libsvg-0.1.4-lt/configure.in
+--- libsvg-0.1.4/configure.in	2009-05-13 16:10:01.000000000 +0200
++++ libsvg-0.1.4-lt/configure.in	2009-05-13 16:09:26.000000000 +0200
+@@ -8,18 +8,18 @@
+ # libtool shared library version
+ 
+ # Increment if the interface has additions, changes, removals.
+-LT_CURRENT=1
++LTLIB_CURRENT=1
+ 
+ # Increment any time the source changes; set to
+ # 0 if you increment CURRENT
+-LT_REVISION=0
++LTLIB_REVISION=0
+ 
+ # Increment if any interfaces have been added; set to 0
+ # if any interfaces have been removed. removal has
+ # precedence over adding, so set to 0 if both happened.
+-LT_AGE=0
++LTLIB_AGE=0
+ 
+-VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
++VERSION_INFO="$LTLIB_CURRENT:$LTLIB_REVISION:$LTLIB_AGE"
+ AC_SUBST(VERSION_INFO)
+ 
+ dnl ===========================================================================
================================================================


More information about the pld-cvs-commit mailing list