Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 10:59:13 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533120 - head/mail/exim
Message-ID:  <202004271059.03RAxDhI090060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon Apr 27 10:59:13 2020
New Revision: 533120
URL: https://svnweb.freebsd.org/changeset/ports/533120

Log:
  mail/exim: unbreak build with only LMDB database backend enabled
  
  PR:		237361
  Reported by:	tobik
  MFH:		2020Q2

Modified:
  head/mail/exim/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Mon Apr 27 10:23:50 2020	(r533119)
+++ head/mail/exim/Makefile	Mon Apr 27 10:59:13 2020	(r533120)
@@ -410,7 +410,7 @@ SEDLIST+=	-e 's,XX_PGSQL_[^ ]*_XX,,'
 .endif
 
 .if ! ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMYSQL} && !defined(LDAP_LIB_TYPE) && \
-    ! ${PORT_OPTIONS:MBDB}
+    ! ${PORT_OPTIONS:MBDB} && ! ${PORT_OPTIONS:MLMDB}
 SEDLIST+=	-e 's,^(LOOKUP_LIBS=),\# \1,' \
 		-e 's,^(LOOKUP_INCLUDE=),\# \1,'
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004271059.03RAxDhI090060>