Allow this to compile with xforms-1.0.
Fixes problem in Huberts latest bulk-build.
This commit is contained in:
parent
edbf639d76
commit
ae61da7f15
2 changed files with 19 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: distinfo,v 1.2 2002/08/16 10:36:25 dmcmahill Exp $
|
$NetBSD: distinfo,v 1.3 2003/01/13 15:49:17 jschauma Exp $
|
||||||
|
|
||||||
SHA1 (lyx-1.2.0.tar.gz) = 56db850f316c18e00c4b10946216b6eb25107dab
|
SHA1 (lyx-1.2.0.tar.gz) = 56db850f316c18e00c4b10946216b6eb25107dab
|
||||||
Size (lyx-1.2.0.tar.gz) = 6418424 bytes
|
Size (lyx-1.2.0.tar.gz) = 6418424 bytes
|
||||||
|
@ -10,3 +10,4 @@ SHA1 (patch-ac) = a7770d4a60e3c634f37fd283b43de9bbdb8f05b6
|
||||||
SHA1 (patch-ad) = 48cb4ee6bfee21ee981db52d20e34c8e23316928
|
SHA1 (patch-ad) = 48cb4ee6bfee21ee981db52d20e34c8e23316928
|
||||||
SHA1 (patch-ae) = 5b744b75ac59a4f47fd3d02fe0a4b9ce551a39b7
|
SHA1 (patch-ae) = 5b744b75ac59a4f47fd3d02fe0a4b9ce551a39b7
|
||||||
SHA1 (patch-af) = f09bdf2b9e8da14e9b58b683ab40e89775344ec3
|
SHA1 (patch-af) = f09bdf2b9e8da14e9b58b683ab40e89775344ec3
|
||||||
|
SHA1 (patch-ag) = b1f3e8e12d667f2761206bcd4d9d0d5c450fac09
|
||||||
|
|
17
print/cjk-lyx/patches/patch-ag
Normal file
17
print/cjk-lyx/patches/patch-ag
Normal file
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue