From add9760921cd0d6da2d480ad2b1265a853a5084b Mon Sep 17 00:00:00 2001 From: landry Date: Thu, 6 Dec 2018 10:19:28 +0000 Subject: [PATCH] Add LIB_DEPENDS to LIB_DEPENDS-main so that COMPILER_LIBCXX is in scope for non-clang archs - fixes packaging there, no change on clang archs, no bump. --- mail/courier-authlib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/courier-authlib/Makefile b/mail/courier-authlib/Makefile index ef5a2f84baf..83dd932079c 100644 --- a/mail/courier-authlib/Makefile +++ b/mail/courier-authlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2018/10/24 14:28:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.75 2018/12/06 10:19:28 landry Exp $ COMMENT-main= authentication library for courier COMMENT-ldap= ldap authentication module for courier-authLib @@ -87,7 +87,8 @@ FLAVOR?= WANTLIB-main= c ltdl m pthread sqlite3 ${COMPILER_LIBCXX} -LIB_DEPENDS-main= databases/sqlite3 \ +LIB_DEPENDS-main= ${LIB_DEPENDS} \ + databases/sqlite3 \ devel/libtool,-ltdl # statically linked