diff options
author | rene <rene@FreeBSD.org> | 2010-04-06 05:33:16 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-04-06 05:33:16 +0800 |
commit | 534a1e5abf3729bc01107392718cd1d60aa38865 (patch) | |
tree | 17eefa0893d97897ea3f1135d39355a7d53589e0 | |
parent | 6a57f70eb2206497efb8267df9e08bbb15bc22a1 (diff) | |
download | freebsd-ports-gnome-534a1e5abf3729bc01107392718cd1d60aa38865.tar.gz freebsd-ports-gnome-534a1e5abf3729bc01107392718cd1d60aa38865.tar.zst freebsd-ports-gnome-534a1e5abf3729bc01107392718cd1d60aa38865.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
-rw-r--r-- | sysutils/biosfont/files/patch-biosfont.c | 11 |
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; |