]> git.pld-linux.org Git - packages/wine.git/commitdiff
- obsoleted
authorlisu <lisu@pld-linux.org>
Tue, 3 May 2011 16:54:06 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine-notarget.patch -> 1.4

wine-notarget.patch [deleted file]

diff --git a/wine-notarget.patch b/wine-notarget.patch
deleted file mode 100644 (file)
index 92f7cd2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- wine-1.1.36/tools/winegcc/winegcc.c.orig   2010-01-08 20:20:11.000000000 +0100
-+++ wine-1.1.36/tools/winegcc/winegcc.c        2010-01-19 00:19:19.000000000 +0100
-@@ -289,8 +289,7 @@
-         break;
-     case proc_cc:
-     case proc_as:
--        if (opts->target) str = strmake( "%s-gcc", opts->target );
--        else str = CC;
-+        str = CC;
-         break;
-     case proc_cxx:
-         if (opts->target) str = strmake( "%s-g++", opts->target );
This page took 0.061695 seconds and 4 git commands to generate.