diff options
author | shige <shige@FreeBSD.org> | 2000-10-19 13:26:02 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-10-19 13:26:02 +0000 |
commit | 460186b6f6878d59bd19171a6c12fcd5db1bfc39 (patch) | |
tree | 6ef50909b4a82090bca8902fd5ebbaa3ed217d3c /irc | |
parent | ba12a349a1eb4135319a8a53ca7bbc1c982ac2dc (diff) | |
download | FreeBSD-ports-460186b6f6878d59bd19171a6c12fcd5db1bfc39.zip FreeBSD-ports-460186b6f6878d59bd19171a6c12fcd5db1bfc39.tar.gz |
Unbreak building on 5.0-CURRENT.
Would you like to send-pr this bug for irc-developers?
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/irc/irc/files/patch-ad b/irc/irc/files/patch-ad index 0b77887..49e2f04 100644 --- a/irc/irc/files/patch-ad +++ b/irc/irc/files/patch-ad @@ -1,5 +1,14 @@ ---- support/configure- Thu Jan 13 02:56:11 2000 -+++ support/configure Thu Jan 13 02:56:32 2000 +--- support/configure.orig Thu Oct 19 22:17:48 2000 ++++ support/configure Thu Oct 19 22:18:16 2000 +@@ -1296,7 +1296,7 @@ + fi + + irc_cv_solaris_2=no +-if test "$irc_sun" = no; then ++if test "$irc_cv_sun" = no; then + echo "$ac_t""no" 1>&6 + else + if uname -r 2>/dev/null | grep "^5" >/dev/null; then @@ -4108,8 +4108,6 @@ case $irc_cv_v6type in |