SOURCES: cairo-am.patch (NEW) - workaround for AC_PROG_CXX used co...

qboosh qboosh at pld-linux.org
Sun Apr 13 11:01:22 CEST 2008


Author: qboosh                       Date: Sun Apr 13 09:01:22 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workaround for AC_PROG_CXX used conditionally

---- Files affected:
SOURCES:
   cairo-am.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cairo-am.patch
diff -u /dev/null SOURCES/cairo-am.patch:1.1
--- /dev/null	Sun Apr 13 11:01:22 2008
+++ SOURCES/cairo-am.patch	Sun Apr 13 11:01:17 2008
@@ -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 ===========================================================================
================================================================


More information about the pld-cvs-commit mailing list