summaryrefslogtreecommitdiff
path: root/graphics/avifile/files/patch-libvideorenderer.cpp
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-24 15:35:48 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-24 15:35:48 +0000
commit21a0cd795d8176ac0950e55d760e34d3e0906302 (patch)
tree6baa814a136127bef0bd4f89445b104372262b9d /graphics/avifile/files/patch-libvideorenderer.cpp
parento Update to 5.4.6.2 (diff)
o Update to 0.7.7.20020523
o Use Ports' libraries instead of ones shipped with distribution Reviewed by: will, MAINTAINER Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=61881
Diffstat (limited to 'graphics/avifile/files/patch-libvideorenderer.cpp')
-rw-r--r--graphics/avifile/files/patch-libvideorenderer.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/avifile/files/patch-libvideorenderer.cpp b/graphics/avifile/files/patch-libvideorenderer.cpp
deleted file mode 100644
index d7d335fb535b..000000000000
--- a/graphics/avifile/files/patch-libvideorenderer.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/video/renderer.cpp.orig Sat Jan 19 18:52:21 2002
-+++ lib/video/renderer.cpp Sat Jan 19 18:53:21 2002
-@@ -1166,7 +1166,7 @@
- cout<<"iconv open error"<<endl;
- }
- else {
-- sts = iconv(icvsts, (char **)&sub,&in_size,
-+ sts = iconv(icvsts, (const char **)&sub,&in_size,
- (char **)&out_p,&out_size);
- if (sts == (uint_t)(-1)) {
- cout <<"iconv convert error"<<endl;
-@@ -1214,7 +1214,7 @@
- cout<<"iconv open error"<<endl;
- }
- else {
-- sts = iconv(icvsts, (char **)&sub,&in_size,
-+ sts = iconv(icvsts, (const char **)&sub,&in_size,
- (char **)&out_p,&out_size);
- if (sts == (uint_t)(-1)) {
- cout <<"iconv convert error"<<endl;