SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,17 @@
Your friendly local distribution manager is not really interested
in complaints caused by MuPDF's decision to use patched versions of
common libraries
Index: platform/gl/gl-ui.c
--- platform/gl/gl-ui.c.orig
+++ platform/gl/gl-ui.c
@@ -450,7 +450,9 @@ void ui_init(int w, int h, const char *title)
glutKeyboardExtFunc(on_keyboard);
#else
fz_warn(ctx, "This version of MuPDF has been built WITHOUT clipboard or unicode input support!");
+#if 0
fz_warn(ctx, "Please file a complaint with your friendly local distribution manager.");
+#endif
glutKeyboardFunc(on_keyboard);
#endif
glutSpecialFunc(on_special);