summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/halibut/files/halibut-1.2-fno-common.patch')
-rw-r--r--app-doc/halibut/files/halibut-1.2-fno-common.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-doc/halibut/files/halibut-1.2-fno-common.patch b/app-doc/halibut/files/halibut-1.2-fno-common.patch
deleted file mode 100644
index e547e304d9c3..000000000000
--- a/app-doc/halibut/files/halibut-1.2-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/bk_paper.c
-+++ b/bk_paper.c
-@@ -75,6 +75,8 @@
- #include "halibut.h"
- #include "paper.h"
-
-+font_info *all_fonts;
-+
- typedef struct paper_conf_Tag paper_conf;
- typedef struct paper_idx_Tag paper_idx;
-
---- a/paper.h
-+++ b/paper.h
-@@ -78,7 +78,7 @@ struct ligature_Tag {
- * metrics are read in.
- */
-
--font_info *all_fonts;
-+extern font_info *all_fonts;
-
- struct font_info_Tag {
- font_info *next;