openbsd-ports/math/ntl/patches/patch-src_vec_GF2_c
landry 00697f6d21 Pass ${LIBTOOL} to src/DoConfig so that it correctly uses ports libtool.
Regen patches and switch to newer LIB_DEPENDS while here.
2010-10-24 09:38:10 +00:00

12 lines
223 B
Plaintext

--- src/vec_GF2.c.orig Fri Aug 14 14:53:11 2009
+++ src/vec_GF2.c Sun Oct 24 10:56:44 2010
@@ -4,6 +4,8 @@
#include <NTL/new.h>
#include <stdio.h>
+#include <cstdio>
+
NTL_START_IMPL
void vec_GF2::SetLength(long n)