aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2010-01-19 19:45:47 +0800
committerkwm <kwm@FreeBSD.org>2010-01-19 19:45:47 +0800
commitab6ed87d1578e6309a07c3cff0e3c7272d87df00 (patch)
tree92a76463d49fbd7ea617b19c987425f9527509ee /x11
parentb197dba29b01387b9433ca8a52d0a6de75d2c251 (diff)
downloadfreebsd-ports-gnome-ab6ed87d1578e6309a07c3cff0e3c7272d87df00.tar.gz
freebsd-ports-gnome-ab6ed87d1578e6309a07c3cff0e3c7272d87df00.tar.zst
freebsd-ports-gnome-ab6ed87d1578e6309a07c3cff0e3c7272d87df00.zip
Fix build on 9.x after the umtp -> umtpx switch.
Submitted by: Ed@
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/files/patch-bj10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/gnome-libs/files/patch-bj b/x11/gnome-libs/files/patch-bj
index cd77cec42761..1396fb3728a3 100644
--- a/x11/gnome-libs/files/patch-bj
+++ b/x11/gnome-libs/files/patch-bj
@@ -8,7 +8,15 @@
#include <signal.h>
#include <fcntl.h>
#include <termios.h>
-@@ -115,7 +116,7 @@
+@@ -50,7 +51,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
+-#include <utmp.h>
+ #include <grp.h>
+ #include "gnome-pty.h"
+ #include "gnome-login-support.h"
+@@ -114,7 +114,7 @@
#endif
#endif /* CMSG_DATA */