Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 09:54:34 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545517 - head/security/clamav
Message-ID:  <202008200954.07K9sYtS035886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Thu Aug 20 09:54:34 2020
New Revision: 545517
URL: https://svnweb.freebsd.org/changeset/ports/545517

Log:
  security/clamav: Fix build after r541115
  
  Fix build when base system is built with WITHOUT_SENDMAIL=yes
  
  PR:		247792
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Thu Aug 20 09:52:54 2020	(r545516)
+++ head/security/clamav/Makefile	Thu Aug 20 09:54:34 2020	(r545517)
@@ -91,6 +91,8 @@ LHA_RUN_DEPENDS=	lha:archivers/lha
 MILTER_CONFIGURE_WITH=	sendmail=/usr/sbin/sendmail
 MILTER_CONFIGURE_ENABLE=milter
 .if !exists(/usr/lib/libmilter.so)
+MILTER_CFLAGS=		-I${LOCALBASE}/include
+MILTER_LDFLAGS=		-L${LOCALBASE}/lib
 MILTER_LIB_DEPENDS+=	libmilter.so:mail/libmilter
 .endif
 MILTER_USE=		RC_SUBR=clamav-milter



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