rev 18931 - in kde-extras/icecream/trunk/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Wed Sep 14 13:09:01 UTC 2011


Author: fabo
Date: 2011-09-14 13:09:01 +0000 (Wed, 14 Sep 2011)
New Revision: 18931

Added:
   kde-extras/icecream/trunk/debian/patches/fix_gcc_4.6_support.diff
Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/patches/series
Log:
Fix GCC 4.6 support. It reverts to use the correc -print-file-name option.
Cherry picked upstream patch svn r1233883. (Closes: 630504)


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2011-09-14 13:07:14 UTC (rev 18930)
+++ kde-extras/icecream/trunk/debian/changelog	2011-09-14 13:09:01 UTC (rev 18931)
@@ -1,3 +1,10 @@
+icecc (0.9.7-2) unstable; urgency=low
+
+  * Fix GCC 4.6 support. It reverts to use the correc -print-file-name option.
+    Cherry picked upstream patch svn r1233883. (Closes: 630504)
+
+ -- Fathi Boudra <fabo at debian.org>  Sun, 14 Aug 2011 09:56:52 +0300
+
 icecc (0.9.7-1) unstable; urgency=low
 
   * New upstream release.

Added: kde-extras/icecream/trunk/debian/patches/fix_gcc_4.6_support.diff
===================================================================
--- kde-extras/icecream/trunk/debian/patches/fix_gcc_4.6_support.diff	                        (rev 0)
+++ kde-extras/icecream/trunk/debian/patches/fix_gcc_4.6_support.diff	2011-09-14 13:09:01 UTC (rev 18931)
@@ -0,0 +1,18 @@
+Description: actually fix gcc 4.6 support. use the correct -print-foo option. (svn r1233883)
+Author: ossi
+
+---
+ client/icecc-create-env |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/client/icecc-create-env
++++ b/client/icecc-create-env
+@@ -119,7 +119,7 @@ if test -n "$specfile" && test "$specfil
+ fi
+ 
+ plugin_name=liblto_plugin.so
+-plugin=`$added_gcc -print-prog-name=$plugin_name`
++plugin=`$added_gcc -print-file-name=$plugin_name`
+ if test -n "$plugin" && test "$plugin" != "$plugin_name" && test -e "$plugin"; then
+   add_file "$plugin" "$plugin"
+ fi

Modified: kde-extras/icecream/trunk/debian/patches/series
===================================================================
--- kde-extras/icecream/trunk/debian/patches/series	2011-09-14 13:07:14 UTC (rev 18930)
+++ kde-extras/icecream/trunk/debian/patches/series	2011-09-14 13:09:01 UTC (rev 18931)
@@ -1 +1,2 @@
+fix_gcc_4.6_support.diff
 10_rename_scheduler.diff




More information about the pkg-kde-commits mailing list