Files @ 76f27d7c2928
Branch filter:

Location: ohnobinki_overlay/eclass/pkgconfig.eclass

76f27d7c2928 296 B application/vnd.gentoo.eclass Show Annotation Show as Raw Download as Raw
binki
net-irc/unrealircd: appended to the unrealircd-system-cares.patch to fix the prototype of a callback function in res.c
this should fix a segfault in unrealircd when clients connect. I have no idea how unrealircd didn't segfault when statically lunk because I don't think unrealircd changed the API of c-ares except to add a function that tells it config-info
1
2
3
4
5
6
7
# Originally written by Nathan Brink <ohnobinki@ohnopublishing.net>
# This is to assist with cross-compilation of win32 stuff (like sdl-image) into /usr/mingw32

PKG_CONFIG_SYSROOT_DIR="${ROOT}"
PKG_CONFIG_LIBDIR="${ROOT}/usr/lib/pkgconfig"
export PKG_CONFIG_SYSROOT_DIR
export PKG_CONFIG_LIBDIR