diff options
author | pav <pav@FreeBSD.org> | 2003-11-18 23:05:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-18 23:05:13 +0800 |
commit | 5c64c4dafc1004db7c86011684c49fb5f60c187e (patch) | |
tree | 4f477aeae6250f298960b8f2246eeaf5cf4c5962 /irc | |
parent | a290cf54ad5ee5c162be9a5650f1fd4082cfd821 (diff) | |
download | freebsd-ports-gnome-5c64c4dafc1004db7c86011684c49fb5f60c187e.tar.gz freebsd-ports-gnome-5c64c4dafc1004db7c86011684c49fb5f60c187e.tar.zst freebsd-ports-gnome-5c64c4dafc1004db7c86011684c49fb5f60c187e.zip |
- Unbreak on -CURRENT
PR: ports/59159
Submitted by: maintainer
Approved by: adamw (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/scrollz/files/patch-source-ircaux.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/irc/scrollz/files/patch-source-ircaux.c b/irc/scrollz/files/patch-source-ircaux.c new file mode 100644 index 000000000000..b7ddfa8163bc --- /dev/null +++ b/irc/scrollz/files/patch-source-ircaux.c @@ -0,0 +1,14 @@ +--- source/ircaux.c.orig Thu Oct 3 21:16:38 2002 ++++ source/ircaux.c Tue Nov 18 15:58:26 2003 +@@ -869,9 +869,11 @@ + return -10; + #else + { ++#ifndef __FreeBSD__ + if (err == EAI_ADDRFAMILY) + return -10; + else ++#endif + return -2; + } + #endif |