diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-08 21:56:54 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-08 21:56:54 +0800 |
commit | 79a652149892c34295c3e11cee4d2d817d0a5d39 (patch) | |
tree | e770f2e8b24fbc4c400f15edb9b5e6f1d3b2635a /mail/im | |
parent | 83fc13704f6878d76f77dc74511a1fa827247ac1 (diff) | |
download | freebsd-ports-gnome-79a652149892c34295c3e11cee4d2d817d0a5d39.tar.gz freebsd-ports-gnome-79a652149892c34295c3e11cee4d2d817d0a5d39.tar.zst freebsd-ports-gnome-79a652149892c34295c3e11cee4d2d817d0a5d39.zip |
I forgot to add this patch in previous commit.
PR: 13634
Submitted by: maintainer
Diffstat (limited to 'mail/im')
-rw-r--r-- | mail/im/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/im/files/patch-ab b/mail/im/files/patch-ab new file mode 100644 index 000000000000..5221825df998 --- /dev/null +++ b/mail/im/files/patch-ab @@ -0,0 +1,11 @@ +--- configure.in~ Fri Aug 20 13:10:00 1999 ++++ configure.in Mon Aug 30 16:57:34 1999 +@@ -96,7 +96,7 @@ + esac + + AC_MSG_CHECKING([domain for mail-address]) +-im_hostname=`hostname` ++im_hostname="_domain_of_your_mail_address_" + AC_MSG_RESULT([$im_hostname]) + + AC_OUTPUT(imali:imali.in imcat:imcat.in imcd:imcd.in imclean:imclean.in \ |