packages: wine/wine-notarget.patch - updated to 1.1.23

adamg adamg at pld-linux.org
Sun Jun 7 17:21:37 CEST 2009


Author: adamg                        Date: Sun Jun  7 15:21:37 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.1.23

---- Files affected:
packages/wine:
   wine-notarget.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/wine/wine-notarget.patch
diff -u packages/wine/wine-notarget.patch:1.1 packages/wine/wine-notarget.patch:1.2
--- packages/wine/wine-notarget.patch:1.1	Wed Feb 25 15:04:25 2009
+++ packages/wine/wine-notarget.patch	Sun Jun  7 17:21:32 2009
@@ -1,15 +1,16 @@
 --- wine-1.1.15/tools/winegcc/winegcc.c~	2009-02-13 18:01:33.000000000 +0100
 +++ wine-1.1.15/tools/winegcc/winegcc.c	2009-02-25 14:37:44.743493303 +0100
 @@ -302,8 +302,7 @@
-         else str = CXX;
+         else str = CPP;
          break;
+     case proc_cc:
      case proc_as:
--        if (opts->target) str = strmake( "%s-as", opts->target );
--        else str = AS;
-+        str = AS;
+-        if (opts->target) str = strmake( "%s-gcc", opts->target );
+-        else str = CC;
++        str = CC;
          break;
-     default:
-         assert(0);
+     case proc_cxx:
+         if (opts->target) str = strmake( "%s-g++", opts->target );
 --- wine-1.1.15/tools/winebuild/utils.c~	2009-02-13 18:01:33.000000000 +0100
 +++ wine-1.1.15/tools/winebuild/utils.c	2009-02-25 14:52:51.450410422 +0100
 @@ -250,13 +250,6 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine-notarget.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list