aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/scim/files/gcc-4.4-const-char.dpatch
blob: b53a7b4d9ca3f3289f4b1243187df9ed3d56d234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
upstream: Laibsch will push upstream soon
origin: the original patch was prepared by Jari Aalto <jari.aalto@cante.net> for the Debian distribution
        http://bugs.debian.org/560486

Index: scim-1.4.9/src/ltdl.cpp
===================================================================
--- scim-1.4.9.orig/src/ltdl.cpp	2010-01-17 02:39:44.000000000 +0100
+++ scim-1.4.9/src/ltdl.cpp	2010-01-17 02:39:54.000000000 +0100
@@ -3361,7 +3361,7 @@
 {
   lt_dlhandle	handle		= 0;
   char *	tmp		= 0;
-  char *	ext		= 0;
+  const char *	ext		= 0;
   size_t	len;
   int		errors		= 0;