diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-08-01 14:24:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-08-01 14:24:58 +0000 |
commit | 301e338c6658a836758c69f1afadee091994d30d (patch) | |
tree | 8bdfac0b807a12eb9a241fbb73c3bd7c7fa7a6ba /print/lyx15/files/patch-xformsversion | |
parent | * Add libgnugetopt dependency. (diff) |
Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility of
building with GTk and Qt frontends needs to be investigated.
The layers upon layers of automake/autoconf/configure.in/configure are
disgusting and call for a nice and clean replacements of Makefiles.
PR: ports/40080 (and a few earlier ones without patches)
Submitted by: KATO Tsuguru
Diffstat (limited to 'print/lyx15/files/patch-xformsversion')
-rw-r--r-- | print/lyx15/files/patch-xformsversion | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/lyx15/files/patch-xformsversion b/print/lyx15/files/patch-xformsversion new file mode 100644 index 000000000000..29db709d6816 --- /dev/null +++ b/print/lyx15/files/patch-xformsversion @@ -0,0 +1,13 @@ +--- src/frontends/xforms/GUIRunTime.C Thu Mar 21 16:18:03 2002 ++++ src/frontends/xforms/GUIRunTime.C Wed Jul 31 18:39:04 2002 +@@ -26,10 +26,2 @@ + +-// I keep these here so that it will be processed as early in +-// the compilation process as possible. +-#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 +- + |