diff options
author | asami <asami@FreeBSD.org> | 1995-01-24 13:54:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-01-24 13:54:23 +0800 |
commit | b240e09f04cfe3303410e79719be39a526770189 (patch) | |
tree | 773ce7ddb1e77f822dce69093064ff07108f7b34 | |
parent | 285715dd783f9cf59834b30b705b552fb680c02a (diff) | |
download | freebsd-ports-gnome-b240e09f04cfe3303410e79719be39a526770189.tar.gz freebsd-ports-gnome-b240e09f04cfe3303410e79719be39a526770189.tar.zst freebsd-ports-gnome-b240e09f04cfe3303410e79719be39a526770189.zip |
*** empty log message ***
-rw-r--r-- | graphics/xfig-devel/files/patch-aa | 13 | ||||
-rw-r--r-- | graphics/xfig/files/patch-aa | 13 |
2 files changed, 16 insertions, 10 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 ---- diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa index d69247aaa89b..7d1beda3c879 100644 --- a/graphics/xfig/files/patch-aa +++ b/graphics/xfig/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 ---- |