Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus/files: libgdiplus-1.2.6-autotool-variables.patch
Date: Fri, 18 Apr 2008 22:13:31
Message-Id: E1Jmypi-0001Wp-Cw@stork.gentoo.org
1 compnerd 08/04/18 22:13:26
2
3 Added: libgdiplus-1.2.6-autotool-variables.patch
4 Log:
5 add patch for newer automake
6 (Portage version: 2.1.5_rc2)
7
8 Revision Changes Path
9 1.1 dev-dotnet/libgdiplus/files/libgdiplus-1.2.6-autotool-variables.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/files/libgdiplus-1.2.6-autotool-variables.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/files/libgdiplus-1.2.6-autotool-variables.patch?rev=1.1&content-type=text/plain
13
14 Index: libgdiplus-1.2.6-autotool-variables.patch
15 ===================================================================
16 --- configure.in.orig 2008-04-18 11:20:31.000000000 -0500
17 +++ configure.in 2008-04-18 11:21:01.000000000 -0500
18 @@ -66,8 +66,8 @@
19 PKG_CHECK_MODULES(FONTCONFIG, fontconfig,
20 [fontconfig_pkgconfig=yes], [fontconfig_pkgconfig=no])
21 if test "x$FONTCONFIG" = "xno"; then
22 - AC_PATH_PROG(FONTCONFIG-CONFIG, fontconfig-config, no)
23 - if test "x$FONTCONFIG-CONFIG" = "xyes"; then
24 + AC_PATH_PROG(FONTCONFIG_CONFIG, fontconfig-config, no)
25 + if test "x$FONTCONFIG_CONFIG" = "xyes"; then
26 FONTCONFIG_CFLAGS="`fontconfig-config --cflags`"
27 FONTCONFIG_LIBS="`fontconfig-config --libs`"
28 fi
29 @@ -78,8 +78,8 @@
30 PKG_CHECK_MODULES(FREETYPE2, freetype2,
31 [freetype2_pkgconfig=yes], freetype2_pkgconfig=no])
32 if test "x$FREETYPE2" = "xno"; then
33 - AC_PATH_PROG(FREETYPE-CONFIG, freetype-config, no)
34 - if test "x$FREETYPE-CONFIG" = "xyes"; then
35 + AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
36 + if test "x$FREETYPE_CONFIG" = "xyes"; then
37 FREETYPE2_CFLAGS="`freetype-config --cflags`"
38 FREETYPE2_LIBS="`freetype-config --libs`"
39 fi
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list