]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/commitdiff
- workaround for AC_PROG_CXX used conditionally
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Apr 2008 09:01:17 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo-am.patch -> 1.1

cairo-am.patch [new file with mode: 0644]

diff --git a/cairo-am.patch b/cairo-am.patch
new file mode 100644 (file)
index 0000000..61dcd4e
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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 ===========================================================================
This page took 0.172375 seconds and 4 git commands to generate.