]> git.pld-linux.org Git - packages/crossmingw32-runtime.git/blob - crossmingw32-runtime-stdinc.patch
- updated to 3.5
[packages/crossmingw32-runtime.git] / crossmingw32-runtime-stdinc.patch
1 diff -urN mingw-runtime-3.5.orig/Makefile.in mingw-runtime-3.5/Makefile.in
2 --- mingw-runtime-3.5.orig/Makefile.in  2004-09-05 15:51:50.000000000 +0200
3 +++ mingw-runtime-3.5/Makefile.in       2004-09-11 22:31:53.906116216 +0200
4 @@ -101,7 +101,6 @@
5  W32API_INCLUDE = @W32API_INCLUDE@
6  INCLUDES+= -I$(srcdir)/include \
7    -I$(srcdir)/../include \
8 -  -nostdinc \
9    -iwithprefixbefore include
10  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
11  ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
12 diff -urN mingw-runtime-3.5.orig/mingwex/Makefile.in mingw-runtime-3.5/mingwex/Makefile.in
13 --- mingw-runtime-3.5.orig/mingwex/Makefile.in  2004-09-05 16:20:28.000000000 +0200
14 +++ mingw-runtime-3.5/mingwex/Makefile.in       2004-09-11 22:31:02.780888432 +0200
15 @@ -85,7 +85,6 @@
16  
17  W32API_INCLUDE = @W32API_INCLUDE@
18  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
19 -  -nostdinc \
20    -iwithprefixbefore include
21  ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
22  ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
23 diff -urN mingw-runtime-3.5.orig/profile/Makefile.in mingw-runtime-3.5/profile/Makefile.in
24 --- mingw-runtime-3.5.orig/profile/Makefile.in  2004-09-05 15:37:02.000000000 +0200
25 +++ mingw-runtime-3.5/profile/Makefile.in       2004-09-11 22:31:27.078194680 +0200
26 @@ -49,7 +49,6 @@
27  
28  W32API_INCLUDE = @W32API_INCLUDE@
29  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
30 -  -nostdinc \
31    -iwithprefixbefore include
32  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
33  ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN)
This page took 0.087837 seconds and 3 git commands to generate.