diff options
-rw-r--r-- | mail/libesmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index d0905a125dc..eb127b9d0bc 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/24 09:12:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/24 09:55:18 jmmv Exp $ DISTNAME= libesmtp-1.0.1 CATEGORIES= mail devel @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --enable-all -CONFIGURE_ARGS+= --disable-isoc +CONFIGURE_ARGS+= --disable-isoc # XXX Evil hack to deal with the openssl/des.h interface change # between 0.96 and 0.97 |