pkgsrc/converters/tex2rtf/patches/patch-ai
ben 165158ba55 Update tex2rtf to version 2.01. A changelog is not available, but this
version of tex2rtf is updated to work with newer versions of wxwindows,
and the prior version is referred to as obsolete.  I am told that some
of the patches duplicate work that is done in CVS, so some patches
should disappear over time.
2004-03-30 18:23:46 +00:00

13 lines
350 B
Text

$NetBSD: patch-ai,v 1.1 2004/03/30 18:23:46 ben Exp $
--- tex2rtf.h.orig Thu May 24 09:54:19 2001
+++ tex2rtf.h
@@ -9,6 +9,8 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#include "stringmatch.h"
+
#ifndef NO_GUI
// Define a new application type
class MyApp: public wxApp