diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-01-13 15:49:17 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-01-13 15:49:17 +0000 |
commit | ae61da7f158c820d53f02f4a1e9be64b173ff411 (patch) | |
tree | 262dc26c633bf0a05a7ed63ee4d042b55d2f1545 /print | |
parent | edbf639d7632b0bcc8f56566f64ef34326ac2a58 (diff) | |
download | pkgsrc-ae61da7f158c820d53f02f4a1e9be64b173ff411.tar.gz |
Allow this to compile with xforms-1.0.
Fixes problem in Huberts latest bulk-build.
Diffstat (limited to 'print')
-rw-r--r-- | print/cjk-lyx/distinfo | 3 | ||||
-rw-r--r-- | print/cjk-lyx/patches/patch-ag | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/print/cjk-lyx/distinfo b/print/cjk-lyx/distinfo index 5d4d5da2a35..74f87b55f49 100644 --- a/print/cjk-lyx/distinfo +++ b/print/cjk-lyx/distinfo @@ -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 Size (lyx-1.2.0.tar.gz) = 6418424 bytes @@ -10,3 +10,4 @@ SHA1 (patch-ac) = a7770d4a60e3c634f37fd283b43de9bbdb8f05b6 SHA1 (patch-ad) = 48cb4ee6bfee21ee981db52d20e34c8e23316928 SHA1 (patch-ae) = 5b744b75ac59a4f47fd3d02fe0a4b9ce551a39b7 SHA1 (patch-af) = f09bdf2b9e8da14e9b58b683ab40e89775344ec3 +SHA1 (patch-ag) = b1f3e8e12d667f2761206bcd4d9d0d5c450fac09 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 + + |