]> git.pld-linux.org Git - packages/libgdiplus.git/blame - libgdiplus-lt.patch
- release 2 (by relup.sh)
[packages/libgdiplus.git] / libgdiplus-lt.patch
CommitLineData
d4d5b883
JB
1--- libgdiplus-1.9/cairo/configure.in.orig 2008-03-21 20:24:11.115153000 +0100
2+++ libgdiplus-1.9/cairo/configure.in 2008-03-21 20:50:21.340632725 +0100
3@@ -22,23 +22,23 @@
4 # libtool shared library version
5
6 # Increment if the interface has additions, changes, removals.
2cf0125a 7-LT_CURRENT=19
8+LTVER_CURRENT=19
d4d5b883
JB
9
10 # Increment any time the source changes; set to
11 # 0 if you increment CURRENT
12-LT_REVISION=5
13+LTVER_REVISION=5
14
15 # Increment if any interfaces have been added; set to 0
16 # if any interfaces have been removed. removal has
17 # precedence over adding, so set to 0 if both happened.
2cf0125a 18-LT_AGE=17
19+LTVER_AGE=17
d4d5b883
JB
20
21 dnl ===========================================================================
22
23-VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
24+VERSION_INFO="$LTVER_CURRENT:$LTVER_REVISION:$LTVER_AGE"
25 AC_SUBST(VERSION_INFO)
26
27-LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
28+LT_CURRENT_MINUS_AGE=`expr $LTVER_CURRENT - $LTVER_AGE`
29 AC_SUBST(LT_CURRENT_MINUS_AGE)
30
31 CAIRO_VERSION_MAJOR=cairo_version_major()
This page took 0.111295 seconds and 4 git commands to generate.