summaryrefslogtreecommitdiff
path: root/print/cjk-lyx/patches
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-01-13 15:49:17 +0000
committerjschauma <jschauma>2003-01-13 15:49:17 +0000
commitc2cc4421176cc782922e4d8fb4590564bde0c108 (patch)
tree262dc26c633bf0a05a7ed63ee4d042b55d2f1545 /print/cjk-lyx/patches
parent65af0da56b2e3ca992eae2f8031877193c325db0 (diff)
downloadpkgsrc-c2cc4421176cc782922e4d8fb4590564bde0c108.tar.gz
Allow this to compile with xforms-1.0.
Fixes problem in Huberts latest bulk-build.
Diffstat (limited to 'print/cjk-lyx/patches')
-rw-r--r--print/cjk-lyx/patches/patch-ag17
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
+
+