1
0
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:
Dmitry Marakasov 2016-11-24 11:04:11 +00:00
parent 7df0055f44
commit d3000584ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427004
2 changed files with 12 additions and 5 deletions

View 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

View File

@ -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