diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-19 13:26:02 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-19 13:26:02 +0000 |
commit | 4dd3f9782c1dff08af81dcb16ddf497f8a08d2dd (patch) | |
tree | 0aeb9c9381dcb251da270405afd4447d71bec2a0 /irc | |
parent | 8201390c0a8c73f9f3a014a6dabbc6be13439c04 (diff) | |
download | ports-4dd3f9782c1dff08af81dcb16ddf497f8a08d2dd.tar.gz ports-4dd3f9782c1dff08af81dcb16ddf497f8a08d2dd.zip |
Notes
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 0b778873b093..49e2f041fe40 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 |