mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
cc96ba97cb
commit
67d426a0e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252271
1 changed files with 11 additions and 0 deletions
11
sysutils/biosfont/files/patch-biosfont.c
Normal file
11
sysutils/biosfont/files/patch-biosfont.c
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue