summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX1-bin/patches/patch-aj')
-rw-r--r--print/teTeX1-bin/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/teTeX1-bin/patches/patch-aj b/print/teTeX1-bin/patches/patch-aj
new file mode 100644
index 00000000000..9e0e73225b1
--- /dev/null
+++ b/print/teTeX1-bin/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $
+
+--- texk/ps2pkm/objects.h.orig Tue Mar 16 18:16:08 1999
++++ texk/ps2pkm/objects.h Thu Sep 30 13:35:40 1999
+@@ -61,7 +61,6 @@
+ /*END SHARED*/
+ /*SHARED*/
+
+-#define abort(line) t1_abort(line)
+ #define Allocate(n,t,s) t1_Allocate(n,t,s)
+ #define Free(obj) t1_Free(obj)
+ #define NonObjectFree(a) Xfree(a)