summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-04-17 17:22:58 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-04-23 14:38:43 +0200
commit66a67b941a86150dd3d8b50208cbcdef9a2ff2d7 (patch)
tree4dc67d991e524e438b7a06c47939c33aecf97178 /scripts
parentd11b67fc8140105e1659e89b6aeec61fd5ccbf37 (diff)
downloadmupdf-66a67b941a86150dd3d8b50208cbcdef9a2ff2d7.tar.xz
Fix 692986: add OpenBSD to list of systems that may have .incbin
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fontdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fontdump.c b/scripts/fontdump.c
index f87e6697..add26437 100644
--- a/scripts/fontdump.c
+++ b/scripts/fontdump.c
@@ -49,7 +49,7 @@ main(int argc, char **argv)
}
fprintf(fo, "#ifndef __STRICT_ANSI__\n");
- fprintf(fo, "#if defined(__linux__) || defined(__FreeBSD__)\n");
+ fprintf(fo, "#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)\n");
fprintf(fo, "#ifndef __clang__\n");
fprintf(fo, "#define HAVE_INCBIN\n");
fprintf(fo, "#endif\n");