svn commit: r533126 - branches/2020Q2/mail/exim

Dima Panov fluffy at FreeBSD.org
Mon Apr 27 11:52:51 UTC 2020


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


More information about the svn-ports-all mailing list