summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX1-bin/patches/patch-ak')
-rw-r--r--print/teTeX1-bin/patches/patch-ak49
1 files changed, 49 insertions, 0 deletions
diff --git a/print/teTeX1-bin/patches/patch-ak b/print/teTeX1-bin/patches/patch-ak
new file mode 100644
index 00000000000..ace9bcdfd8b
--- /dev/null
+++ b/print/teTeX1-bin/patches/patch-ak
@@ -0,0 +1,49 @@
+$NetBSD: patch-ak,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $
+
+--- texk/ps2pkm/paths.c.orig Sat Jan 24 23:11:28 1998
++++ texk/ps2pkm/paths.c Thu Sep 30 13:34:23 1999
+@@ -798,7 +798,7 @@
+ break;
+
+ default:
+- abort("Reverse: bad path segment");
++ t1_abort("Reverse: bad path segment");
+ }
+ /*
+ We need to reverse the order of segments too, so we break this segment
+@@ -932,7 +932,7 @@
+ for (p=p0; p->link->link != NULL; p=p->link) { ; }
+
+ if (!LASTCLOSED(p->link->flag))
+- abort("UnClose: no LASTCLOSED");
++ t1_abort("UnClose: no LASTCLOSED");
+
+ Free(SplitPath(p0, p));
+ p0->flag &= ~ISCLOSED(ON);
+@@ -1033,7 +1033,7 @@
+
+ default:
+ IfTrace1(TRUE,"path = %z\n", p);
+- abort("PathTransform: invalid segment");
++ t1_abort("PathTransform: invalid segment");
+ }
+ oldx += savex;
+ oldy += savey;
+@@ -1185,7 +1185,7 @@
+ break;
+
+ default:
+- abort("QueryPath: unknown segment");
++ t1_abort("QueryPath: unknown segment");
+ }
+ if (coerced)
+ KillPath(path);
+@@ -1325,7 +1325,7 @@
+ case HINTTYPE:
+ break;
+ default:
+- abort("QueryBounds: unknown type");
++ t1_abort("QueryBounds: unknown type");
+ }
+
+ if (x < min.x) min.x = x;