Fix build of the snmp module (enabled by default) after net-mgmt/net-snmp
update. Reported by: mat
This commit is contained in:
parent
43121030e3
commit
e15611e1b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377960
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue