aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-03-11 09:52:48 +0800
committerasami <asami@FreeBSD.org>2000-03-11 09:52:48 +0800
commitac8a01d23285cde0bf6e11197d5b3940450ad00b (patch)
treef071d7e5e3a46d21f402b7f867e5545596664998 /x11/gnome-libs
parentc6ad9755a2319eaa0608525baddfa6f63dfa5455 (diff)
downloadfreebsd-ports-gnome-ac8a01d23285cde0bf6e11197d5b3940450ad00b.tar.gz
freebsd-ports-gnome-ac8a01d23285cde0bf6e11197d5b3940450ad00b.tar.zst
freebsd-ports-gnome-ac8a01d23285cde0bf6e11197d5b3940450ad00b.zip
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/gnome-libs')
-rw-r--r--x11/gnome-libs/files/patch-bj10
1 files changed, 10 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>