aboutsummaryrefslogtreecommitdiff
path: root/sysutils/biosfont
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-04-05 21:33:16 +0000
committerRene Ladan <rene@FreeBSD.org>2010-04-05 21:33:16 +0000
commit67d426a0e921480be133bc4890c1f7090d240a3a (patch)
treeab9006ff94b43de22f491556f974d7c5e7f04321 /sysutils/biosfont
parentcc96ba97cbb40a4616969e6c33fdf26c427e1c3f (diff)
downloadports-67d426a0e921480be133bc4890c1f7090d240a3a.tar.gz
ports-67d426a0e921480be133bc4890c1f7090d240a3a.zip
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
Notes
Notes: svn path=/head/; revision=252271
Diffstat (limited to 'sysutils/biosfont')
-rw-r--r--sysutils/biosfont/files/patch-biosfont.c11
1 files changed, 11 insertions, 0 deletions
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("<biosfont>: upper=%08lx\n", fontbase);
+ break;