summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX1-bin/patches/patch-ag')
-rw-r--r--print/teTeX1-bin/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/teTeX1-bin/patches/patch-ag b/print/teTeX1-bin/patches/patch-ag
deleted file mode 100644
index 794fb94da35..00000000000
--- a/print/teTeX1-bin/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $
-
---- texk/ps2pkm/curves.c.orig Wed Jan 28 20:44:07 1998
-+++ texk/ps2pkm/curves.c Thu Sep 30 13:33:49 1999
-@@ -213,7 +213,7 @@
-
- if ( TOOBIG(xB) || TOOBIG(yB) || TOOBIG(xC) || TOOBIG(yC)
- || TOOBIG(xD) || TOOBIG(yD) )
-- abort("Beziers this big not yet supported");
-+ t1_abort("Beziers this big not yet supported");
-
- return(StepBezierRecurse(&Info,
- (fractpel) 0, (fractpel) 0, xB, yB, xC, yC, xD, yD));