From 66a67b941a86150dd3d8b50208cbcdef9a2ff2d7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 17 Apr 2014 17:22:58 +0200 Subject: Fix 692986: add OpenBSD to list of systems that may have .incbin --- scripts/fontdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/fontdump.c') 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"); -- cgit v1.2.3