mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Unbreak on -CURRENT
PR: ports/59159 Submitted by: maintainer Approved by: adamw (mentor)
This commit is contained in:
parent
cef1737049
commit
d512a1dcc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94266
14
irc/scrollz/files/patch-source-ircaux.c
Normal file
14
irc/scrollz/files/patch-source-ircaux.c
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user