diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-22 21:04:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-22 21:04:07 +0000 |
commit | 394053c3874fbf521a5e53d3b12b27861d749047 (patch) | |
tree | b8145091054bba354630ce5f15aba0e4f1dc61c0 /graphics/libgdiplus | |
parent | 1fe1682e2d4e57be6773f80879722b7b81cbd4b6 (diff) | |
download | pkgsrc-394053c3874fbf521a5e53d3b12b27861d749047.tar.gz |
Oops, fixed the .orig file instead of the real one.
Diffstat (limited to 'graphics/libgdiplus')
-rw-r--r-- | graphics/libgdiplus/distinfo | 4 | ||||
-rw-r--r-- | graphics/libgdiplus/patches/patch-ad | 26 |
2 files changed, 15 insertions, 15 deletions
diff --git a/graphics/libgdiplus/distinfo b/graphics/libgdiplus/distinfo index 9021e21dbe0..7de351637da 100644 --- a/graphics/libgdiplus/distinfo +++ b/graphics/libgdiplus/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2006/10/22 20:44:53 rillig Exp $ +$NetBSD: distinfo,v 1.17 2006/10/22 21:04:07 rillig Exp $ SHA1 (libgdiplus-1.1.13.6.tar.gz) = a41a2e8f0c5f96c6a58c16dc38146c3e45ab1c10 RMD160 (libgdiplus-1.1.13.6.tar.gz) = de4ed4598048c19a56f0d451c1d42a567c893626 @@ -6,4 +6,4 @@ Size (libgdiplus-1.1.13.6.tar.gz) = 1281173 bytes SHA1 (patch-aa) = 7f63e4367b5faef0bd18e1cffee2e56e11dc88b9 SHA1 (patch-ab) = b2fbb9ea4a25f6b550fd2a06bfe415c236bb345c SHA1 (patch-ac) = b2ff945b9dc47563b2158a83ae4ca344786c7e39 -SHA1 (patch-ad) = f9d778ba68ab25e462e089b200e469916f68d1a7 +SHA1 (patch-ad) = 0779fe3bd83bf526a04fa28a79e73361b0ce6939 diff --git a/graphics/libgdiplus/patches/patch-ad b/graphics/libgdiplus/patches/patch-ad index cfe4ce50af5..aa3cfd30565 100644 --- a/graphics/libgdiplus/patches/patch-ad +++ b/graphics/libgdiplus/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.3 2006/10/22 20:44:53 rillig Exp $ +$NetBSD: patch-ad,v 1.4 2006/10/22 21:04:07 rillig Exp $ --- cairo/configure.in.orig 2006-10-22 22:43:31.000000000 +0200 +++ cairo/configure.in 2006-03-14 07:52:10.000000000 +0100 @@ -6,32 +6,32 @@ $NetBSD: patch-ad,v 1.3 2006/10/22 20:44:53 rillig Exp $ *** to @BACKEND@-backend specific API. ' --if test x"$use_glitz" = "xyes" ; then -+if test x"$use_glitz" == "xyes" ; then +-if test x"$use_glitz" == "xyes" ; then ++if test x"$use_glitz" = "xyes" ; then echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Glitz/' fi --if test x"$use_xcb" = "xyes" ; then -+if test x"$use_xcb" == "xyes" ; then +-if test x"$use_xcb" == "xyes" ; then ++if test x"$use_xcb" = "xyes" ; then echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/XCB/' fi --if test x"$use_quartz" = "xyes" ; then -+if test x"$use_quartz" == "xyes" ; then +-if test x"$use_quartz" == "xyes" ; then ++if test x"$use_quartz" = "xyes" ; then echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Quartz/' fi --if test x"$use_quartz" = "xyes" ; then -+if test x"$use_quartz" == "xyes" ; then +-if test x"$use_quartz" == "xyes" ; then ++if test x"$use_quartz" = "xyes" ; then echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/ATSUI/' fi --if test x"$use_pdf" = "xyes" ; then -+if test x"$use_pdf" == "xyes" ; then +-if test x"$use_pdf" == "xyes" ; then ++if test x"$use_pdf" = "xyes" ; then echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PDF/' fi --if test x"$use_ps" = "xyes" ; then -+if test x"$use_ps" == "xyes" ; then +-if test x"$use_ps" == "xyes" ; then ++if test x"$use_ps" = "xyes" ; then echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PostScript/' fi |