1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/dns/dnsdist/files
Carlos J. Puga Medina dae289f3ca dns/dnsdist: unbreak with boost 1.70
dnsdist-lua-vars.cc:99:61: error: expected unqualified-id
                                       {"BADSIG",   ERCode::BADSIG  },
                                                            ^
/usr/include/sys/signal.h:490:17: note: expanded from macro 'BADSIG'
#define BADSIG          SIG_ERR
                        ^
/usr/include/sys/signal.h:139:18: note: expanded from macro 'SIG_ERR'
#define SIG_ERR         ((__sighandler_t *)-1)
                        ^

PR:		236587
Reported by:	jbeich
2019-03-17 11:38:01 +00:00
..
dnsdist.conf.sample
dnsdist.in
patch-dnsdist-lua-vars.cc dns/dnsdist: unbreak with boost 1.70 2019-03-17 11:38:01 +00:00
patch-ext_luawrapper_include_LuaContext.hpp