mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Fix build with clang 3.9
- Simplify plist PR: 214646
This commit is contained in:
parent
7df0055f44
commit
d3000584ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427004
11
games/kobodeluxe/files/patch-graphics_window.cpp
Normal file
11
games/kobodeluxe/files/patch-graphics_window.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- graphics/window.cpp.orig 2007-12-14 09:13:24 UTC
|
||||
+++ graphics/window.cpp
|
||||
@@ -398,7 +398,7 @@ void window_t::center_token_fxp(int _x,
|
||||
*/
|
||||
if(token)
|
||||
{
|
||||
- char *tok = strchr(txt, token);
|
||||
+ const char *tok = strchr(txt, token);
|
||||
if(tok)
|
||||
tokpos = tok-txt;
|
||||
else
|
@ -1,8 +1,4 @@
|
||||
@group games
|
||||
@mode 2555
|
||||
bin/kobodl
|
||||
@mode
|
||||
@group
|
||||
@(,games,2555) bin/kobodl
|
||||
man/man6/kobodl.6.gz
|
||||
share/applications/kobodeluxe.desktop
|
||||
share/pixmaps/kobo-icon.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user