summaryrefslogtreecommitdiff
path: root/print/transfig/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-20 18:13:23 +0000
committerjoerg <joerg>2005-12-20 18:13:23 +0000
commit53902f28a2349f7491a153b0b04fbefc333f9113 (patch)
treed822257ecccddedbe42f557b1ebf17312525c1ad /print/transfig/patches
parent731c51fc4101633fc5d64fb9fc86ee0dd9656a8b (diff)
downloadpkgsrc-53902f28a2349f7491a153b0b04fbefc333f9113.tar.gz
Fix errno.
Diffstat (limited to 'print/transfig/patches')
-rw-r--r--print/transfig/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/transfig/patches/patch-ab b/print/transfig/patches/patch-ab
new file mode 100644
index 00000000000..dcb9826fbfb
--- /dev/null
+++ b/print/transfig/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2005/12/20 18:13:23 joerg Exp $
+
+--- fig2dev/read.c.orig 2005-12-20 18:05:06.000000000 +0000
++++ fig2dev/read.c
+@@ -37,8 +37,6 @@ strerror(e)
+ }
+ #endif
+
+-extern int errno;
+-
+ extern F_arrow *make_arrow();
+
+ static void read_colordef();