From 5372bd374f6e700ac6309432bc45abe1fb327b45 Mon Sep 17 00:00:00 2001 From: landry Date: Wed, 22 Sep 2010 06:53:03 +0000 Subject: [PATCH] Use gnu libtool here, db library is not found when using ports libtool. --- mail/courier-imap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 5b5068bc15d..a630da1413e 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2010/09/09 10:26:19 giovanni Exp $ +# $OpenBSD: Makefile,v 1.62 2010/09/22 06:53:03 landry Exp $ COMMENT-main= imap server for maildir format mailboxes COMMENT-pop3= pop3 server for maildir format mailboxes @@ -28,7 +28,8 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c courierauth courierauthsasl gdbm idn USE_GMAKE= Yes -USE_LIBTOOL= Yes +#XXX db not found ? +USE_LIBTOOL= gnu CONFIGURE_STYLE= gnu CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \