diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-01-27 06:00:04 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-01-27 06:00:04 +0800 |
commit | 93f0f7443a424ffbd53ac0ad9ebb2ad42406d6e2 (patch) | |
tree | aaec96c88f6ff13365eb56dded3d3f0acfb086f8 /net/asterisk/Makefile | |
parent | a55b6961b2e5d37f1caa2322c62b4b9f03478fed (diff) | |
download | freebsd-ports-gnome-93f0f7443a424ffbd53ac0ad9ebb2ad42406d6e2.tar.gz freebsd-ports-gnome-93f0f7443a424ffbd53ac0ad9ebb2ad42406d6e2.tar.zst freebsd-ports-gnome-93f0f7443a424ffbd53ac0ad9ebb2ad42406d6e2.zip |
Fix build of the snmp module (enabled by default) after net-mgmt/net-snmp
update.
Reported by: mat
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 1b84a867365d..a7666d207987 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -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 |