summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX1-bin/patches/patch-ao')
-rw-r--r--print/teTeX1-bin/patches/patch-ao18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/teTeX1-bin/patches/patch-ao b/print/teTeX1-bin/patches/patch-ao
new file mode 100644
index 00000000000..4767c2eabf6
--- /dev/null
+++ b/print/teTeX1-bin/patches/patch-ao
@@ -0,0 +1,18 @@
+$NetBSD: patch-ao,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $
+
+--- texk/ps2pkm/t1stub.c.orig Sat Jan 24 23:11:28 1998
++++ texk/ps2pkm/t1stub.c Thu Sep 30 13:35:07 1999
+@@ -28,12 +28,10 @@
+ * SOFTWARE.
+ */
+
+-#include "objects.h" /* get #define for abort() */
+-
+ xiStub()
+ {
+ printf("xiStub called\n");
+- abort("xiStub called");
++ t1_abort("xiStub called");
+ }
+
+ #ifdef WIN32