]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/commitdiff
- obsolete
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 28 Sep 2008 15:32:08 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo-am.patch -> 1.2
    cairo-lt.patch -> 1.2

cairo-am.patch [deleted file]
cairo-lt.patch [deleted file]

diff --git a/cairo-am.patch b/cairo-am.patch
deleted file mode 100644 (file)
index 61dcd4e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- cairo-1.6.4/configure.in.orig      2008-04-11 23:33:05.000000000 +0200
-+++ cairo-1.6.4/configure.in   2008-04-12 22:47:38.496895721 +0200
-@@ -446,6 +446,8 @@
- if test "x$use_beos" = "xyes"; then
-   AC_PROG_CXX
-+else
-+  AM_CONDITIONAL([am__fastdepCXX], [false])
- fi
- dnl ===========================================================================
diff --git a/cairo-lt.patch b/cairo-lt.patch
deleted file mode 100644 (file)
index e209c33..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
---- cairo-1.6.4/configure.in.orig      2008-04-12 22:27:02.754475000 +0200
-+++ cairo-1.6.4/configure.in   2008-04-12 22:32:14.376233086 +0200
-@@ -26,23 +26,23 @@
- # libtool shared library version
- # Increment if the interface has additions, changes, removals.
--LT_CURRENT=19
-+LTVER_CURRENT=19
- # Increment any time the source changes; set to
- # 0 if you increment CURRENT
--LT_REVISION=5
-+LTVER_REVISION=5
- # 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=17
-+LTVER_AGE=17
- dnl ===========================================================================
--VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
-+VERSION_INFO="$LTVER_CURRENT:$LTVER_REVISION:$LTVER_AGE"
- AC_SUBST(VERSION_INFO)
--LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
-+LT_CURRENT_MINUS_AGE=`expr $LTVER_CURRENT - $LTVER_AGE`
- AC_SUBST(LT_CURRENT_MINUS_AGE)
- CAIRO_VERSION_MAJOR=cairo_version_major()
This page took 0.094333 seconds and 4 git commands to generate.