Cope with new apertium.

Pointed out by jeremy@
This commit is contained in:
bentley 2017-08-08 02:55:35 +00:00
parent 96d780b27d
commit 0e686cfe3e
2 changed files with 15 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2017/07/26 22:45:30 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/08/08 02:55:35 bentley Exp $
COMMENT = module for compiling and processing lexical rules
DISTNAME = apertium-lex-tools-0.1.0
REVISION = 1
REVISION = 2
CATEGORIES = textproc

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-TaggerOutputProcessor_h,v 1.1 2017/08/08 02:55:35 bentley Exp $
Index: TaggerOutputProcessor.h
--- TaggerOutputProcessor.h.orig
+++ TaggerOutputProcessor.h
@@ -11,7 +11,6 @@
#include <cwchar>
#include <set>
-#include <apertium/tagger.h>
#include <apertium/tsx_reader.h>
#include <apertium/string_utils.h>