diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-21 13:22:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-21 13:22:31 +0800 |
commit | 20f9b653f16269f5fee15e883e2a373c6433782d (patch) | |
tree | c1f34e1194b4733777282eaf6d147d0871253ae5 | |
parent | d44da95e4bb89b31cb408efeaf2a073d0c1a4902 (diff) | |
download | freebsd-ports-graphics-20f9b653f16269f5fee15e883e2a373c6433782d.tar.gz freebsd-ports-graphics-20f9b653f16269f5fee15e883e2a373c6433782d.tar.zst freebsd-ports-graphics-20f9b653f16269f5fee15e883e2a373c6433782d.zip |
fix build on -current
Noted by: kris
-rw-r--r-- | www/harvest/files/patch-wp2x.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/harvest/files/patch-wp2x.c b/www/harvest/files/patch-wp2x.c new file mode 100644 index 00000000000..d3fd9005be7 --- /dev/null +++ b/www/harvest/files/patch-wp2x.c @@ -0,0 +1,10 @@ +--- components/gatherer/WordPerfect/wp2x-2.3/wp2x.c.orig Thu Nov 21 11:33:54 2002 ++++ components/gatherer/WordPerfect/wp2x-2.3/wp2x.c Thu Nov 21 13:13:25 2002 +@@ -155,7 +155,6 @@ + extern char *Cdecl sys_errlist[]; + #endif + extern int Cdecl errno; +-extern int Cdecl sys_nerr; + + /************************************************************************/ + /* Some common idioms */ |