diff options
Diffstat (limited to 'print/cjk-lyx/patches/patch-ag')
-rw-r--r-- | print/cjk-lyx/patches/patch-ag | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/print/cjk-lyx/patches/patch-ag b/print/cjk-lyx/patches/patch-ag new file mode 100644 index 00000000000..8872091d617 --- /dev/null +++ b/print/cjk-lyx/patches/patch-ag @@ -0,0 +1,17 @@ +$NetBSD: patch-ag,v 1.1 2003/01/13 15:49:18 jschauma Exp $ + +--- src/frontends/xforms/GUIRunTime.C.orig Mon Jan 13 10:41:04 2003 ++++ src/frontends/xforms/GUIRunTime.C Mon Jan 13 10:41:28 2003 +@@ -26,10 +26,12 @@ + + // I keep these here so that it will be processed as early in + // the compilation process as possible. ++#if 0 + #if !defined(FL_REVISION) || FL_REVISION < 88 || FL_VERSION != 0 + #error LyX will not compile with this version of XForms.\ + Please get version 0.89.\ + If you want to try to compile anyway, delete this test in src/frontends/xforms/GUIRunTime.C. ++#endif + #endif + + |