summaryrefslogtreecommitdiff
path: root/graphics/wxsvg
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-27 19:42:50 +0000
committerwiz <wiz>2009-08-27 19:42:50 +0000
commit5f5c6805966763ad4623a70d792fbfd1aef7ecdc (patch)
tree2b17f45378135645792f50f802821e08c44855c2 /graphics/wxsvg
parent29cbdbf6350414b193927a9d7c11ee279eb23d07 (diff)
downloadpkgsrc-5f5c6805966763ad4623a70d792fbfd1aef7ecdc.tar.gz
remove patches that were removed from distinfo during update to 1.0
Diffstat (limited to 'graphics/wxsvg')
-rw-r--r--graphics/wxsvg/patches/patch-aa54
-rw-r--r--graphics/wxsvg/patches/patch-ab20
2 files changed, 0 insertions, 74 deletions
diff --git a/graphics/wxsvg/patches/patch-aa b/graphics/wxsvg/patches/patch-aa
deleted file mode 100644
index bf6cd7ae519..00000000000
--- a/graphics/wxsvg/patches/patch-aa
+++ /dev/null
@@ -1,54 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/08/19 15:16:11 heinz Exp $
-
---- src/freetype/SVGCanvasTextFreetype.cpp.orig 2006-06-20 12:31:40.000000000 +0000
-+++ src/freetype/SVGCanvasTextFreetype.cpp
-@@ -165,7 +165,11 @@ void wxSVGCanvasTextFreetype::RenderLine
- }
- }
-
-+#if (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 2) || FREETYPE_MAJOR > 2
-+gint moveto(const FT_Vector* to, gpointer data)
-+#else
- gint moveto(FT_Vector* to, gpointer data)
-+#endif
- {
- wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data;
-
-@@ -181,7 +185,11 @@ gint moveto(FT_Vector* to, gpointer data
- return 0;
- }
-
-+#if (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 2) || FREETYPE_MAJOR > 2
-+static gint lineto (const FT_Vector* to, gpointer data)
-+#else
- static gint lineto (FT_Vector* to, gpointer data)
-+#endif
- {
- wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data;
- if (!canvasText->m_endpath)
-@@ -194,7 +202,11 @@ static gint lineto (FT_Vector* to, gpoin
- return 0;
- }
-
-+#if (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 2) || FREETYPE_MAJOR > 2
-+static gint conicto(const FT_Vector* ftcontrol, const FT_Vector* to, gpointer data)
-+#else
- static gint conicto(FT_Vector* ftcontrol, FT_Vector* to, gpointer data)
-+#endif
- {
- wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data;
- if (!canvasText->m_endpath)
-@@ -209,8 +221,13 @@ static gint conicto(FT_Vector* ftcontrol
- return 0;
- }
-
-+#if (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 2) || FREETYPE_MAJOR > 2
-+static gint cubicto(const FT_Vector* ftcontrol1, const FT_Vector* ftcontrol2,
-+ const FT_Vector* to, gpointer data)
-+#else
- static gint cubicto(FT_Vector* ftcontrol1, FT_Vector* ftcontrol2,
- FT_Vector* to, gpointer data)
-+#endif
- {
- wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data;
- if (!canvasText->m_endpath)
diff --git a/graphics/wxsvg/patches/patch-ab b/graphics/wxsvg/patches/patch-ab
deleted file mode 100644
index 5b78f437bd4..00000000000
--- a/graphics/wxsvg/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/07/05 19:47:17 wiz Exp $
-
---- configure.orig 2006-07-05 19:29:07.000000000 +0000
-+++ configure
-@@ -6345,6 +6345,7 @@ else
- fi;
- test -z "$pic_mode" && pic_mode=default
-
-+if false; then
- # Check if we have a version mismatch between libtool.m4 and ltmain.sh.
- #
- # Note: This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined.
-@@ -6404,6 +6405,7 @@ else
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- fi
-+fi
-
-
- # Use C for the default configuration in the libtool script