]> git.pld-linux.org Git - packages/crossmingw32-runtime.git/commitdiff
- updated to 3.5
authorJarosław Kruk <jareq@pld-linux.org>
Wed, 22 Sep 2004 22:29:53 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-runtime-stdinc.patch -> 1.2

crossmingw32-runtime-stdinc.patch

index b4ec2512fa3341fc63c7e6c9f839dee9a046638a..b949cd02491236fd2d911a3b1e8a879d189c63bf 100644 (file)
@@ -1,33 +1,33 @@
---- mingw-runtime-3.0/mingwex/Makefile.in.wiget        2003-05-06 13:28:37.000000000 +0000
-+++ mingw-runtime-3.0/mingwex/Makefile.in      2003-07-04 13:58:24.000000000 +0000
-@@ -78,7 +78,7 @@
+diff -urN mingw-runtime-3.5.orig/Makefile.in mingw-runtime-3.5/Makefile.in
+--- mingw-runtime-3.5.orig/Makefile.in 2004-09-05 15:51:50.000000000 +0200
++++ mingw-runtime-3.5/Makefile.in      2004-09-11 22:31:53.906116216 +0200
+@@ -101,7 +101,6 @@
+ W32API_INCLUDE = @W32API_INCLUDE@
+ INCLUDES+= -I$(srcdir)/include \
+   -I$(srcdir)/../include \
+-  -nostdinc \
+   -iwithprefixbefore include
+ ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
+ ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
+diff -urN mingw-runtime-3.5.orig/mingwex/Makefile.in mingw-runtime-3.5/mingwex/Makefile.in
+--- mingw-runtime-3.5.orig/mingwex/Makefile.in 2004-09-05 16:20:28.000000000 +0200
++++ mingw-runtime-3.5/mingwex/Makefile.in      2004-09-11 22:31:02.780888432 +0200
+@@ -85,7 +85,6 @@
  
  W32API_INCLUDE = @W32API_INCLUDE@
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
--  -nostdinc -nostdinc++ \
-+  -nostdinc++ \
+-  -nostdinc \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
- ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
---- mingw-runtime-3.0/profile/Makefile.in.wiget        2003-07-04 13:58:51.000000000 +0000
-+++ mingw-runtime-3.0/profile/Makefile.in      2003-07-04 14:01:05.000000000 +0000
-@@ -49,7 +49,7 @@
+ ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
+diff -urN mingw-runtime-3.5.orig/profile/Makefile.in mingw-runtime-3.5/profile/Makefile.in
+--- mingw-runtime-3.5.orig/profile/Makefile.in 2004-09-05 15:37:02.000000000 +0200
++++ mingw-runtime-3.5/profile/Makefile.in      2004-09-11 22:31:27.078194680 +0200
+@@ -49,7 +49,6 @@
  
  W32API_INCLUDE = @W32API_INCLUDE@
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
--  -nostdinc -nostdinc++ \
-+  -nostdinc++ \
-   -iwithprefixbefore include
- ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
- ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
---- mingw-runtime-3.0/Makefile.in.wiget        2003-05-06 16:01:51.000000000 +0000
-+++ mingw-runtime-3.0/Makefile.in      2003-07-04 13:58:24.000000000 +0000
-@@ -98,7 +98,7 @@
- W32API_INCLUDE = @W32API_INCLUDE@
- INCLUDES+= -I$(srcdir)/include \
-   -I$(srcdir)/../include \
--  -nostdinc -nostdinc++ \
-+  -nostdinc++ \
+-  -nostdinc \
    -iwithprefixbefore include
  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
- ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
+ ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
This page took 0.134523 seconds and 4 git commands to generate.