summaryrefslogtreecommitdiff
path: root/graphics/xfig-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-01-24 05:54:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-01-24 05:54:23 +0000
commit41c3677bad9acd5e448072317184b6fe1f1d48d8 (patch)
tree7d836363af7d3b1aa9e6cd102d3fa8b29b7c47e3 /graphics/xfig-devel
parentUpgrade from 3.0 to 3.1.2. (diff)
*** empty log message ***
Notes
Notes: svn path=/head/; revision=813
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r--graphics/xfig-devel/files/patch-aa13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/xfig-devel/files/patch-aa b/graphics/xfig-devel/files/patch-aa
index d69247aaa89b..7d1beda3c879 100644
--- a/graphics/xfig-devel/files/patch-aa
+++ b/graphics/xfig-devel/files/patch-aa
@@ -1,12 +1,15 @@
-*** fig.h.orig Wed Jun 1 23:35:23 1994
---- fig.h Wed Jan 4 20:58:06 1995
+diff -c -r1.1 fig.h
+*** 1.1 1995/01/21 20:05:21
+--- fig.h 1995/01/21 20:06:39
***************
-*** 228,234 ****
+*** 233,239 ****
+--- 233,241 ----
extern int errno;
extern int sys_nerr;
-- extern char *sys_errlist[];
++ #if (! (defined(BSD) && (BSD >= 199306)))
+ extern char *sys_errlist[];
++ #endif
extern char *mktemp();
#include <math.h> /* for sin(), cos() etc */
---- 228,233 ----