svn commit: r377960 - in head/net: asterisk asterisk11 asterisk13

Guido Falsi madpilot at FreeBSD.org
Mon Jan 26 22:00:06 UTC 2015


Author: madpilot
Date: Mon Jan 26 22:00:04 2015
New Revision: 377960
URL: https://svnweb.freebsd.org/changeset/ports/377960
QAT: https://qat.redports.org/buildarchive/r377960/

Log:
  Fix build of the snmp module (enabled by default) after net-mgmt/net-snmp
  update.
  
  Reported by:	mat

Modified:
  head/net/asterisk/Makefile
  head/net/asterisk11/Makefile
  head/net/asterisk13/Makefile

Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile	Mon Jan 26 21:32:37 2015	(r377959)
+++ head/net/asterisk/Makefile	Mon Jan 26 22:00:04 2015	(r377960)
@@ -26,6 +26,7 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
 USE_GCC=	yes
+USE_CSTD=	gnu89
 USE_GNOME=	libxml2
 USES=		alias bison cpe gmake shebangfix
 CPE_VENDOR=	digium

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Mon Jan 26 21:32:37 2015	(r377959)
+++ head/net/asterisk11/Makefile	Mon Jan 26 22:00:04 2015	(r377960)
@@ -24,6 +24,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
 CFLAGS+=	-I${LOCALBASE}/include
 USE_GCC=	yes
+USE_CSTD=	gnu89
 USE_GNOME=	libxml2
 USES=		bison cpe gmake
 CPE_VENDOR=	digium

Modified: head/net/asterisk13/Makefile
==============================================================================
--- head/net/asterisk13/Makefile	Mon Jan 26 21:32:37 2015	(r377959)
+++ head/net/asterisk13/Makefile	Mon Jan 26 22:00:04 2015	(r377960)
@@ -24,6 +24,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	-I${LOCALBASE}/include
 USE_GCC=	yes
+USE_CSTD=	gnu89
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USES=		bison cpe gmake iconv


More information about the svn-ports-all mailing list