From 67d426a0e921480be133bc4890c1f7090d240a3a Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 5 Apr 2010 21:33:16 +0000 Subject: [PATCH] Add a patch to make this port buildable with the Clang compiler. No functionality changes. PR: ports/145379 Submitted by: rene (author/maintainer) Approved by: tabthorpe --- sysutils/biosfont/files/patch-biosfont.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/biosfont/files/patch-biosfont.c diff --git a/sysutils/biosfont/files/patch-biosfont.c b/sysutils/biosfont/files/patch-biosfont.c new file mode 100644 index 000000000000..ef7033d700e1 --- /dev/null +++ b/sysutils/biosfont/files/patch-biosfont.c @@ -0,0 +1,11 @@ +--- biosfont.c.orig 2008-07-28 22:31:05.000000000 +0200 ++++ biosfont.c 2009-10-27 20:14:28.000000000 +0100 +@@ -65,7 +65,7 @@ + UID_ROOT, + GID_WHEEL, + S_IRUSR | S_IRGRP | S_IROTH, +- biosfont_cdevsw.d_name); ++ "biosfont"); + if (bootverbose) + printf(": upper=%08lx\n", fontbase); + break;