pkgsrc/print/teTeX-bin/patches/patch-ag
simonb f6748c3f74 Don't use a function called "abort" that takes one char * as a
parameter.  Fixes compile problems on at least pmax, arm32.
1999-10-04 23:21:44 +00:00

13 lines
550 B
Text

$NetBSD: patch-ag,v 1.1 1999/10/04 23:21:44 simonb 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));