svn commit: r422524 - head/net-mgmt/zabbix3-server

Kurt Jaeger pi at FreeBSD.org
Tue Sep 20 17:02:55 UTC 2016


Author: pi
Date: Tue Sep 20 17:02:54 2016
New Revision: 422524
URL: https://svnweb.freebsd.org/changeset/ports/422524

Log:
  net-mgmt/zabbix3-server: unbreak build
  
  PR:		209893
  Submitted by:	antoine
  MFH:		2016Q3

Modified:
  head/net-mgmt/zabbix3-server/Makefile

Modified: head/net-mgmt/zabbix3-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-server/Makefile	Tue Sep 20 17:01:44 2016	(r422523)
+++ head/net-mgmt/zabbix3-server/Makefile	Tue Sep 20 17:02:54 2016	(r422524)
@@ -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-head mailing list