Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 11:52:51 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r533126 - branches/2020Q2/mail/exim
Message-ID:  <202004271152.03RBqptc026699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon Apr 27 11:52:50 2020
New Revision: 533126
URL: https://svnweb.freebsd.org/changeset/ports/533126

Log:
  MFH: r533120
  
  mail/exim: unbreak build with only LMDB database backend enabled
  
  PR:		237361
  Reported by:	tobik
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q2/mail/exim/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/mail/exim/Makefile
==============================================================================
--- branches/2020Q2/mail/exim/Makefile	Mon Apr 27 11:19:47 2020	(r533125)
+++ branches/2020Q2/mail/exim/Makefile	Mon Apr 27 11:52:50 2020	(r533126)
@@ -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?202004271152.03RBqptc026699>