]> git.pld-linux.org Git - packages/libgdiplus.git/blob - libgdiplus-lt.patch
dbf5a0f651b5dfb17d4d8f4858ff7f3cab7bf7db
[packages/libgdiplus.git] / libgdiplus-lt.patch
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.
7 -LT_CURRENT=19
8 +LTVER_CURRENT=19
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.
18 -LT_AGE=17
19 +LTVER_AGE=17
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.047934 seconds and 2 git commands to generate.