Author: adamg                        Date: Sun Jun  1 10:28:23 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   libgdiplus-autoconf262.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libgdiplus-autoconf262.patch
diff -u /dev/null SOURCES/libgdiplus-autoconf262.patch:1.1
--- /dev/null   Sun Jun  1 12:28:23 2008
+++ SOURCES/libgdiplus-autoconf262.patch        Sun Jun  1 12:28:18 2008
@@ -0,0 +1,24 @@
+--- libgdiplus-1.9/configure.in.orig   2008-01-29 23:00:28.000000000 +0100
++++ libgdiplus-1.9/configure.in        2008-06-01 12:22:05.925928673 +0200
+@@ -66,8 +66,8 @@
+ PKG_CHECK_MODULES(FONTCONFIG, fontconfig,
+       [fontconfig_pkgconfig=yes], [fontconfig_pkgconfig=no])
+ if test "x$FONTCONFIG" = "xno"; then
+-      AC_PATH_PROG(FONTCONFIG-CONFIG, fontconfig-config, no)
+-      if test "x$FONTCONFIG-CONFIG" = "xyes"; then
++      AC_PATH_PROG(FONTCONFIG_CONFIG, fontconfig-config, no)
++      if test "x$FONTCONFIG_CONFIG" = "xyes"; then
+               FONTCONFIG_CFLAGS="`fontconfig-config --cflags`"
+               FONTCONFIG_LIBS="`fontconfig-config --libs`"
+       fi
+@@ -78,8 +78,8 @@
+ PKG_CHECK_MODULES(FREETYPE2, freetype2,
+       [freetype2_pkgconfig=yes], freetype2_pkgconfig=no])
+ if test "x$FREETYPE2" = "xno"; then
+-      AC_PATH_PROG(FREETYPE-CONFIG, freetype-config, no)
+-      if test "x$FREETYPE-CONFIG" = "xyes"; then
++      AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
++      if test "x$FREETYPE_CONFIG" = "xyes"; then
+               FREETYPE2_CFLAGS="`freetype-config --cflags`"
+               FREETYPE2_LIBS="`freetype-config --libs`"
+       fi
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to