Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 22:00:05 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377960 - in head/net: asterisk asterisk11 asterisk13
Message-ID:  <201501262200.t0QM05DW092243@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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