pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libgdiplus patch-aa fixes errors due to chang...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d389d0af946
branches: trunk
changeset: 474311:5d389d0af946
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 27 14:29:00 2004 +0000
description:
patch-aa fixes errors due to changes in graphics/cairo API (thanks to Marc)
diffstat:
graphics/libgdiplus/distinfo | 3 ++-
graphics/libgdiplus/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 7077f2460f0f -r 5d389d0af946 graphics/libgdiplus/distinfo
--- a/graphics/libgdiplus/distinfo Tue Apr 27 14:16:05 2004 +0000
+++ b/graphics/libgdiplus/distinfo Tue Apr 27 14:29:00 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/04/04 16:54:42 recht Exp $
+$NetBSD: distinfo,v 1.3 2004/04/27 14:29:00 adam Exp $
SHA1 (libgdiplus-0.2.tar.gz) = f024963da29e742d8efb96ed65163a6a6189a82d
Size (libgdiplus-0.2.tar.gz) = 226254 bytes
+SHA1 (patch-aa) = 8bcf32e54952e4da2e2ff4317dff496a8dc8c958
diff -r 7077f2460f0f -r 5d389d0af946 graphics/libgdiplus/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libgdiplus/patches/patch-aa Tue Apr 27 14:29:00 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/04/27 14:29:00 adam Exp $
+
+--- src/Makefile.in.orig 2004-04-27 16:24:05.000000000 +0000
++++ src/Makefile.in
+@@ -120,7 +120,7 @@ libgdiplus_la_SOURCES = \
+
+ libgdiplus_la_LIBADD = $(GDIPLUS_LIBS)
+
+-INCLUDES = $(GDIPLUS_CFLAGS) -ansi -Werror
++INCLUDES = $(GDIPLUS_CFLAGS) -ansi
+ subdir = src
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = $(top_builddir)/config.h
Home |
Main Index |
Thread Index |
Old Index