ae61da7f15
Fixes problem in Huberts latest bulk-build.
17 lines
604 B
Text
17 lines
604 B
Text
$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
|
|
|
|
|