From a14da88b51b0f28b150eb5ac7181d11cbbcb5eb2 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 16 Jun 2013 02:37:46 +0000 Subject: - Add patches to fix type mismatch. Bump PORTREVISION becuase some affect the result binaries. - Fix build on head after byacc 20130304. --- net/v6eval/files/patch-bin_sigcomp_sigcomp.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/v6eval/files/patch-bin_sigcomp_sigcomp.c (limited to 'net/v6eval/files/patch-bin_sigcomp_sigcomp.c') diff --git a/net/v6eval/files/patch-bin_sigcomp_sigcomp.c b/net/v6eval/files/patch-bin_sigcomp_sigcomp.c new file mode 100644 index 000000000000..127af9bfbc5b --- /dev/null +++ b/net/v6eval/files/patch-bin_sigcomp_sigcomp.c @@ -0,0 +1,12 @@ +--- bin/sigcomp/sigcomp.c.orig 2008-04-03 09:34:43.000000000 +0900 ++++ bin/sigcomp/sigcomp.c 2013-06-16 11:06:24.000000000 +0900 +@@ -57,6 +57,9 @@ + + #include + ++#ifdef OPENSSL_NO_MD2 ++const EVP_MD *EVP_md2(void); ++#endif + + #ifdef DEBUG + #ifndef dbg -- cgit v1.2.3