aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-16 17:31:58 +0800
committermiwi <miwi@FreeBSD.org>2007-03-16 17:31:58 +0800
commit44533aa15477935114aa5f40386d8e8ecde276ef (patch)
tree0268db3bd940a05174ec17fbc7eb4e43c24bffd2
parentcce4e11d1dda306e607d571971cfe61efbd4dd61 (diff)
downloadfreebsd-ports-gnome-44533aa15477935114aa5f40386d8e8ecde276ef.tar.gz
freebsd-ports-gnome-44533aa15477935114aa5f40386d8e8ecde276ef.tar.zst
freebsd-ports-gnome-44533aa15477935114aa5f40386d8e8ecde276ef.zip
- Remove usage of sgtty.h
PR: 110354 Submitted by: Ed Schouten <ed@fxq.nl>
-rw-r--r--irc/party/files/patch-party.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/irc/party/files/patch-party.h b/irc/party/files/patch-party.h
index df57a217a2a6..82a3d5f0ada8 100644
--- a/irc/party/files/patch-party.h
+++ b/irc/party/files/patch-party.h
@@ -1,5 +1,14 @@
--- party.h.orig Wed Oct 15 18:31:34 2003
+++ party.h Wed Oct 15 18:31:58 2003
+@@ -225,7 +225,7 @@
+
+ #ifdef BSD
+ #define L_FLOCK /* Use flock() to lock files */
+-#if defined(bsdi) || defined(linux)
++#if defined(bsdi) || defined(linux) || defined(__FreeBSD__)
+ #define F_TERMIOS /* Use tcsetattr() to set modes */
+ #else
+ #define F_STTY /* Use stty() to set modes */
@@ -464,7 +464,7 @@
#ifdef BSD
int susp();