mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
5557089bd7
- Fix graphics/zathura-pdf-mupdf after mupdf update [1] - Fix graphics/llpp after mupdf update [2] PR: 210398 Submitted by: Zsolt Udvari (maintainer) [1] Tobias Kortkamp (maintainer) [2]
11 lines
417 B
C
11 lines
417 B
C
--- scripts/fontdump.c.orig 2016-06-12 09:11:56 UTC
|
|
+++ scripts/fontdump.c
|
|
@@ -50,7 +50,6 @@ main(int argc, char **argv)
|
|
fprintf(fo, "#ifndef __STRICT_ANSI__\n");
|
|
fprintf(fo, "#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)\n");
|
|
fprintf(fo, "#if !defined(__ICC)\n");
|
|
- fprintf(fo, "#define HAVE_INCBIN\n");
|
|
fprintf(fo, "#endif\n");
|
|
fprintf(fo, "#endif\n");
|
|
fprintf(fo, "#endif\n");
|