net/nepenthes: unbreak with gcc6 or later
In file included from SMBDialogue.cpp:34:0: asn1-shellcodes.h:25:1: error: narrowing conversion of '133' from 'int' to 'char' inside { } [-Wnarrowing] }; ^ asn1-shellcodes.h:25:1: error: narrowing conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing] asn1-shellcodes.h:25:1: error: narrowing conversion of '200' from 'int' to 'char' inside { } [-Wnarrowing] asn1-shellcodes.h:300:1: error: narrowing conversion of '191' from 'int' to 'char' inside { } [-Wnarrowing] }; ^ [...]
This commit is contained in:
parent
135ea9af88
commit
a3d64ae2bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433910
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
|
|||
|
||||
USES= dos2unix libtool perl5
|
||||
DOS2UNIX_FILE= modules/shellcode-generic/sch_generic_connect_trans.cpp
|
||||
USE_CXXSTD= gnu++98
|
||||
USE_GCC= any
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
|
Loading…
Reference in a new issue