summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-11 01:52:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-11 01:52:48 +0000
commit410e4dd70f87f0e9e38727877a96159ad9ae6fbf (patch)
treef23beb9a8a7b54f9a72b8fae9fcb10579f28bc2f /x11
parentUpgrade to 0.005, this has a new home now. (diff)
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>
Notes
Notes: svn path=/head/; revision=26733
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/files/patch-bj10
-rw-r--r--x11/gnomelibs/files/patch-bj10
-rw-r--r--x11/libgnome/files/patch-bj10
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-bj b/x11/gnome-libs/files/patch-bj
new file mode 100644
index 000000000000..1653f7471874
--- /dev/null
+++ b/x11/gnome-libs/files/patch-bj
@@ -0,0 +1,10 @@
+--- ./zvt/gnome-pty-helper.c.org Mon Feb 21 14:41:10 2000
++++ ./zvt/gnome-pty-helper.c Fri Mar 10 17:21:20 2000
+@@ -41,6 +41,7 @@
+ #include <limits.h>
+ #include <unistd.h>
+ #include <string.h>
++#include <machine/param.h>
+ #include <signal.h>
+ #include <fcntl.h>
+ #include <termios.h>
diff --git a/x11/gnomelibs/files/patch-bj b/x11/gnomelibs/files/patch-bj
new file mode 100644
index 000000000000..1653f7471874
--- /dev/null
+++ b/x11/gnomelibs/files/patch-bj
@@ -0,0 +1,10 @@
+--- ./zvt/gnome-pty-helper.c.org Mon Feb 21 14:41:10 2000
++++ ./zvt/gnome-pty-helper.c Fri Mar 10 17:21:20 2000
+@@ -41,6 +41,7 @@
+ #include <limits.h>
+ #include <unistd.h>
+ #include <string.h>
++#include <machine/param.h>
+ #include <signal.h>
+ #include <fcntl.h>
+ #include <termios.h>
diff --git a/x11/libgnome/files/patch-bj b/x11/libgnome/files/patch-bj
new file mode 100644
index 000000000000..1653f7471874
--- /dev/null
+++ b/x11/libgnome/files/patch-bj
@@ -0,0 +1,10 @@
+--- ./zvt/gnome-pty-helper.c.org Mon Feb 21 14:41:10 2000
++++ ./zvt/gnome-pty-helper.c Fri Mar 10 17:21:20 2000
+@@ -41,6 +41,7 @@
+ #include <limits.h>
+ #include <unistd.h>
+ #include <string.h>
++#include <machine/param.h>
+ #include <signal.h>
+ #include <fcntl.h>
+ #include <termios.h>