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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to