aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2002-10-29 15:10:31 +0800
committervanilla <vanilla@FreeBSD.org>2002-10-29 15:10:31 +0800
commit4baa68716e141d150bd6438a882fa6fa641988b7 (patch)
tree6f1912af8fb76b55ad255ce9352d951d63409e82 /x11
parent59042bbd7614e8d1883ad4902328e97863cb2c12 (diff)
downloadfreebsd-ports-gnome-4baa68716e141d150bd6438a882fa6fa641988b7.tar.gz
freebsd-ports-gnome-4baa68716e141d150bd6438a882fa6fa641988b7.tar.zst
freebsd-ports-gnome-4baa68716e141d150bd6438a882fa6fa641988b7.zip
Fix x11/twin's building problem on -current, not emulators/twin.
Diffstat (limited to 'x11')
-rw-r--r--x11/twin/files/patch-clients::term.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/twin/files/patch-clients::term.c b/x11/twin/files/patch-clients::term.c
new file mode 100644
index 000000000000..b947402ca676
--- /dev/null
+++ b/x11/twin/files/patch-clients::term.c
@@ -0,0 +1,11 @@
+--- clients/term.c.orig Thu Oct 24 05:35:38 2002
++++ clients/term.c Tue Oct 29 14:12:54 2002
+@@ -18,6 +18,8 @@
+ #include <Tw/Twautoconf.h>
+
+ #ifdef TW_HAVE_SYS_RESOURCE_H
++# include <sys/types.h>
++# include <sys/time.h>
+ # include <sys/resource.h>
+ #endif
+