svn commit: r422570 - branches/2016Q3/net-mgmt/zabbix3-server

Kurt Jaeger pi at FreeBSD.org
Wed Sep 21 15:52:18 UTC 2016


Author: pi
Date: Wed Sep 21 15:52:17 2016
New Revision: 422570
URL: https://svnweb.freebsd.org/changeset/ports/422570

Log:
  net-mgmt/zabbix3-server: unbreak build
  MFH: r422524
  
  PR:		209893
  Submitted by:	antoine
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/net-mgmt/zabbix3-server/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/net-mgmt/zabbix3-server/Makefile
==============================================================================
--- branches/2016Q3/net-mgmt/zabbix3-server/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
+++ branches/2016Q3/net-mgmt/zabbix3-server/Makefile	Wed Sep 21 15:52:17 2016	(r422570)
@@ -60,8 +60,7 @@ CONFIGURE_ARGS+=	--enable-${ZABBIX_BUILD
 .if ${ZABBIX_BUILD} != "agent"
 USES+=		execinfo
 
-CPPFLAGS+=	${EXECINFO_CPPFLAGS}
-LDFLAGS+=	${EXECINFO_LDFLAGS}
+CPPFLAGS+=	-I${LOCALBASE}/include
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list