summaryrefslogtreecommitdiff
path: root/community/xiphos/xiphos.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/xiphos/xiphos.patch')
-rw-r--r--community/xiphos/xiphos.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/xiphos/xiphos.patch b/community/xiphos/xiphos.patch
deleted file mode 100644
index f1940375e..000000000
--- a/community/xiphos/xiphos.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/main/display.cc 2012/02/19 14:16:05 4372
-+++ src/main/display.cc 2012/02/20 10:56:39 4374
-@@ -29,9 +29,12 @@
- #include <thmlhtmlhref.h>
- #include <gbfhtmlhref.h>
- #include <teihtmlhref.h>
-+#ifndef NO_SWORD_SET_RENDER_NOTE_NUMBERS
-+/* these files are erroneously uninstalled as of previous release */
- #include <osisxhtml.h>
- #include <thmlxhtml.h>
- #include <gbfxhtml.h>
-+#endif
-
- #include <osisvariants.h>
- #include <thmlvariants.h>
---- src/main/display.cc (revision 4374)
-+++ src/main/display.cc (revision 4375)
-@@ -762,7 +762,10 @@
- }
- }
-
--#ifndef NO_SWORD_SET_RENDER_NOTE_NUMBERS
-+#ifdef NO_SWORD_SET_RENDER_NOTE_NUMBERS
-+// placeholder for older Sword.
-+#define set_render_numbers(x,y) /* nothing */
-+#else
- void
- set_render_numbers(SWModule& imodule, GLOBAL_OPS *ops)
- {