aboutsummaryrefslogtreecommitdiff
path: root/www/harvest
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-10-29 06:49:31 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-10-29 06:49:31 +0000
commitd580d45eafd7ab54d8102961eb8e2ab9fe0fb944 (patch)
tree18f169e4ca30375224d379207fb13edeb4f0fe8e /www/harvest
parent1d653f77d6ae4a98b6860e4d279a861db3a95865 (diff)
downloadports-d580d45eafd7ab54d8102961eb8e2ab9fe0fb944.tar.gz
ports-d580d45eafd7ab54d8102961eb8e2ab9fe0fb944.zip
Fix sys_nerr misusage to allow building on 5.0
Notes
Notes: svn path=/head/; revision=69079
Diffstat (limited to 'www/harvest')
-rw-r--r--www/harvest/files/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/harvest/files/patch-ae b/www/harvest/files/patch-ae
new file mode 100644
index 000000000000..7cdc80ec63b3
--- /dev/null
+++ b/www/harvest/files/patch-ae
@@ -0,0 +1,12 @@
+--- components/broker/standard/WWW/DisplayObject.c.old Tue Oct 29 00:51:14 2002
++++ components/broker/standard/WWW/DisplayObject.c Tue Oct 29 00:51:30 2002
+@@ -214,8 +214,8 @@
+ char *xstrerror(n)
+ int n;
+ {
+- extern int sys_nerr;
+ #if !defined(__FreeBSD__) && !defined(__NetBSD__)
++ extern int sys_nerr;
+ extern char *sys_errlist[];
+ #endif
+