1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/mail/zmailer/files/patch-ab
Volker Stolz 53c0b7cf3c - Update to 2.99.56
- Fix installation from package

As always, please be careful not to nuke your local configuration
on updating. This port needs a maintainer who actually uses it!

Closes PR:	ports/60585
Submitted by:	Seva Gluschenko
2004-06-07 16:36:00 +00:00

11 lines
271 B
Plaintext

--- transports/smtp/getmxrr.c.orig Mon Jun 23 12:04:35 2003
+++ transports/smtp/getmxrr.c Fri Dec 26 11:30:58 2003
@@ -416,7 +416,6 @@
break;
case EAI_NONAME:
case EAI_FAIL:
- case EAI_NODATA:
case EAI_SERVICE:
default:
break;