[packages/libcaca] - more format workarounds

qboosh qboosh at pld-linux.org
Tue Dec 4 21:33:22 CET 2012


commit c1bbb023216c677eb456fb4a8a78bbe7a6c7735e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Dec 4 21:33:58 2012 +0100

    - more format workarounds

 libcaca-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/libcaca-format.patch b/libcaca-format.patch
index 4aaf9be..70a352e 100644
--- a/libcaca-format.patch
+++ b/libcaca-format.patch
@@ -229,3 +229,14 @@
      }                                                    \
      return x;                                            \
  }                                                        \
+--- libcaca-0.99.beta18/ruby/caca-font.c.orig	2010-02-16 00:49:54.000000000 +0100
++++ libcaca-0.99.beta18/ruby/caca-font.c	2012-12-04 21:33:34.698696928 +0100
+@@ -35,7 +35,7 @@
+     font = caca_load_font(StringValuePtr(name), 0);
+     if(font == NULL)
+     {
+-        rb_raise(rb_eRuntimeError, strerror(errno));
++        rb_raise(rb_eRuntimeError, "%s", strerror(errno));
+     }
+     _SELF = font;
+     return self;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcaca.git/commitdiff/c1bbb023216c677eb456fb4a8a78bbe7a6c7735e



More information about the pld-cvs-commit mailing list