aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xfig-devel/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-01-05 13:41:17 +0800
committerasami <asami@FreeBSD.org>1995-01-05 13:41:17 +0800
commit041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520 (patch)
tree1ffe0f80dcc4b269bc65f394309edd7ff04292e5 /graphics/xfig-devel/files
parent6c5dfc5d79c468cf377ef085cf7b73de6abacbc8 (diff)
downloadfreebsd-ports-gnome-041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520.tar.gz
freebsd-ports-gnome-041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520.tar.zst
freebsd-ports-gnome-041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520.zip
xfig-3.0, port done by roberto. Thanks, Ollivier!
Submitted by: roberto
Diffstat (limited to 'graphics/xfig-devel/files')
-rw-r--r--graphics/xfig-devel/files/patch-aa12
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/xfig-devel/files/patch-aa b/graphics/xfig-devel/files/patch-aa
index f01e258267c1..d69247aaa89b 100644
--- a/graphics/xfig-devel/files/patch-aa
+++ b/graphics/xfig-devel/files/patch-aa
@@ -1,8 +1,12 @@
-*** fig.h.orig Wed Nov 23 02:13:41 1994
---- fig.h Wed Nov 23 02:19:18 1994
+*** fig.h.orig Wed Jun 1 23:35:23 1994
+--- fig.h Wed Jan 4 20:58:06 1995
***************
-*** 223,225 ****
+*** 228,234 ****
+
+ extern int errno;
extern int sys_nerr;
- extern char *sys_errlist[];
+ extern char *mktemp();
---- 223,224 ----
+ #include <math.h> /* for sin(), cos() etc */
+--- 228,233 ----