aboutsummaryrefslogtreecommitdiff
path: root/games/cuyo
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-15 08:20:27 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-15 08:20:27 +0000
commit074ea5282a00d556c73d86231bec5444990597dc (patch)
treeeec3d608e84e79f0187985e5a1e29cd4f04f13eb /games/cuyo
parent522c152d1c7b0c92982e310110fa6d59f915ffeb (diff)
Notes
Diffstat (limited to 'games/cuyo')
-rw-r--r--games/cuyo/files/patch-src__cuyointl.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/cuyo/files/patch-src__cuyointl.cpp b/games/cuyo/files/patch-src__cuyointl.cpp
deleted file mode 100644
index 9302f90edc19..000000000000
--- a/games/cuyo/files/patch-src__cuyointl.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/cuyointl.cpp.orig
-+++ src/cuyointl.cpp
-@@ -93,7 +93,7 @@
- return convert_error(ret,s,"Character conversion not possible.");
-
- while (*inpos) {
-- size_t res = iconv(handle,&inpos,&inleft,&outpos,&outleft);
-+ size_t res = iconv(handle,(const char **)&inpos,&inleft,&outpos,&outleft);
- if (res == (size_t) -1)
- /* An error occured */
- switch (errno) {