aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnomelibs
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-03-11 09:53:54 +0800
committerasami <asami@FreeBSD.org>2000-03-11 09:53:54 +0800
commitfac55fe0285b327491b0af727540a9ff1b71eb8e (patch)
tree2f38d2224c32dc770f71981af6303808028dc557 /x11/gnomelibs
parentac8a01d23285cde0bf6e11197d5b3940450ad00b (diff)
downloadfreebsd-ports-gnome-fac55fe0285b327491b0af727540a9ff1b71eb8e.tar.gz
freebsd-ports-gnome-fac55fe0285b327491b0af727540a9ff1b71eb8e.tar.zst
freebsd-ports-gnome-fac55fe0285b327491b0af727540a9ff1b71eb8e.zip
(forgot to cvs add this file -- should have been committed with patch-bj)
Fix build error on extremely new -current caused by this: === src/sys/sys/socket.h: ---------------------------- revision 1.38 date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13 CMSG_XXX macros alignment fixes to follow RFC2292. Approved by: jkh Submitted by: Partly from tech@openbsd Reviewed by: itojun --------------------------- === Basically you need to include <machine/param.h> before <signal.h>. Problem diagnosed by: Ade Lovett <ade@FreeBSD.org>
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r--x11/gnomelibs/files/patch-bk10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-bk b/x11/gnomelibs/files/patch-bk
new file mode 100644
index 000000000000..df2e66f4790d
--- /dev/null
+++ b/x11/gnomelibs/files/patch-bk
@@ -0,0 +1,10 @@
+--- ./zvt/subshell-includes.h.org Wed Oct 20 05:51:19 1999
++++ ./zvt/subshell-includes.h Fri Mar 10 17:21:01 2000
+@@ -12,6 +12,7 @@
+ #include <sys/resource.h>
+ #include <limits.h>
+ #include <fcntl.h>
++#include <machine/param.h>
+ #include <sys/signal.h>
+ #include <stdlib.h> /* For errno, putenv, etc. */
+ #include <errno.h> /* For errno on SunOS systems */