diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-01-26 22:00:04 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-01-26 22:00:04 +0000 |
commit | e15611e1b525aa8db5752fb8462b69ff9140abc0 (patch) | |
tree | aaec96c88f6ff13365eb56dded3d3f0acfb086f8 /net | |
parent | 43121030e3022dd4867d520e96b2def5fee5a467 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk/Makefile | 1 | ||||
-rw-r--r-- | net/asterisk11/Makefile | 1 | ||||
-rw-r--r-- | net/asterisk13/Makefile | 1 |
3 files changed, 3 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 diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index ea074861734f..cbf098baaba1 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -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 diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index 625b637b5778..5c4588e3e961 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -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 |