diff --git a/srcpkgs/putty/patches/fix-big-int-type.patch b/srcpkgs/putty/patches/fix-big-int-type.patch deleted file mode 100644 index 1caa679bbe8..00000000000 --- a/srcpkgs/putty/patches/fix-big-int-type.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- sshbn.h.orig -+++ sshbn.h -@@ -26,7 +26,8 @@ - * using the same 'two machine registers' kind of code generation that - * 32-bit targets use for 64-bit ints. If we have one of these, we can - * use a 64-bit BignumInt and a 128-bit BignumDblInt. */ --typedef __uint64_t BignumInt; -+#include -+typedef uint64_t BignumInt; - typedef __uint128_t BignumDblInt; - #define BIGNUM_INT_MASK 0xFFFFFFFFFFFFFFFFULL - #define BIGNUM_TOP_BIT 0x8000000000000000ULL diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template index 96b088bdeb8..b2e6407830a 100644 --- a/srcpkgs/putty/template +++ b/srcpkgs/putty/template @@ -1,6 +1,6 @@ # Template file for 'putty' pkgname=putty -version=0.67 +version=0.68 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/" distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz" -checksum=80192458e8a46229de512afeca5c757dd8fce09606b3c992fbaeeee29b994a47 +checksum=7ba256f46e5a353cafe811ce7914d0e22a52bdfc0e6e2d183ad28b5af44cd09c CFLAGS="-Wno-error"