diff --git a/srcpkgs/ngircd/patches/cross.patch b/srcpkgs/ngircd/patches/cross.patch deleted file mode 100644 index dec943f3db5..00000000000 --- a/srcpkgs/ngircd/patches/cross.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2014-06-09 08:20:00.584285131 +0200 -+++ configure 2014-06-09 08:20:14.000360141 +0200 -@@ -6019,7 +6019,7 @@ _ACEOF - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getaddrinfo() works" >&5 - $as_echo_n "checking whether getaddrinfo() works... " >&6; } -- if test "$cross_compiling" = yes; then : -+ if false; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 - $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} - as_fn_error $? "cannot run test program while cross compiling diff --git a/srcpkgs/ngircd/template b/srcpkgs/ngircd/template index f3c4b143792..7e68d916619 100644 --- a/srcpkgs/ngircd/template +++ b/srcpkgs/ngircd/template @@ -1,11 +1,10 @@ # Template build file for 'ngircd' pkgname=ngircd -version=21.1 -revision=4 +version=22 +revision=1 build_style=gnu-configure build_options="systemd" -replaces="runit-void<20141013_2" -configure_args="--enable-ipv6 --with-openssl --without-ident" +configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes" hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel" conf_files="/etc/ngircd.conf" @@ -14,7 +13,7 @@ short_desc="Free, portable and lightweight Internet Relay Chat server" maintainer="Juan RP " license="GPL-2" distfiles="http://ngircd.barton.de/pub/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=b5b04f559bb533efc6821f2e62d83af8d196f7aa29a3710ff1e898d4e3c28a6f +checksum=a4c13e6a5f991d248412d550b4617484d7f977c786a0323f0301b4d4707a639e post_configure() { echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h