svn commit: r406566 - head/security/certificate-transparency

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Jan 18 12:55:17 UTC 2016


Author: trasz
Date: Mon Jan 18 12:55:16 2016
New Revision: 406566
URL: https://svnweb.freebsd.org/changeset/ports/406566

Log:
  Fix build.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/certificate-transparency/Makefile

Modified: head/security/certificate-transparency/Makefile
==============================================================================
--- head/security/certificate-transparency/Makefile	Mon Jan 18 12:50:31 2016	(r406565)
+++ head/security/certificate-transparency/Makefile	Mon Jan 18 12:55:16 2016	(r406566)
@@ -35,6 +35,7 @@ GH_PROJECT=	certificate-transparency
 GH_TAGNAME=	7e1cf3b
 
 CPPFLAGS+=	"-I${LOCALBASE}/include"
+CPPFLAGS+=	"-I${LOCALBASE}/include/evhtp"
 LDFLAGS+=	"-L${LOCALBASE}/lib"
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list