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-lib_Cm_CmLexer.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/v6eval/files/patch-lib_Cm_CmLexer.h (limited to 'net/v6eval/files/patch-lib_Cm_CmLexer.h') diff --git a/net/v6eval/files/patch-lib_Cm_CmLexer.h b/net/v6eval/files/patch-lib_Cm_CmLexer.h new file mode 100644 index 000000000000..fd7f002c37ff --- /dev/null +++ b/net/v6eval/files/patch-lib_Cm_CmLexer.h @@ -0,0 +1,15 @@ +--- lib/Cm/CmLexer.h.orig 2003-12-04 13:59:47.000000000 +0900 ++++ lib/Cm/CmLexer.h 2013-06-16 10:32:18.000000000 +0900 +@@ -49,10 +49,8 @@ + #include "CmToken.h" + #include + +-#if !(defined(__FreeBSD__) && __FreeBSD__ >= 4) +- +-const int32_t YYERRCODE=256; +- ++#ifndef YYERRCODE ++#define YYERRCODE 256 + #endif + + class PObject; -- cgit v1.2.3