]> git.pld-linux.org Git - packages/crossmingw32-runtime.git/blob - crossmingw32-runtime-stdinc.patch
- compilation fix
[packages/crossmingw32-runtime.git] / crossmingw32-runtime-stdinc.patch
1 --- mingw-runtime-3.0/mingwex/Makefile.in.wiget 2003-05-06 13:28:37.000000000 +0000
2 +++ mingw-runtime-3.0/mingwex/Makefile.in       2003-07-04 13:58:24.000000000 +0000
3 @@ -78,7 +78,7 @@
4  
5  W32API_INCLUDE = @W32API_INCLUDE@
6  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
7 -  -nostdinc -nostdinc++ \
8 +  -nostdinc++ \
9    -iwithprefixbefore include
10  ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
11  ALL_CXXFLAGS = $(CXXFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
12 --- mingw-runtime-3.0/profile/Makefile.in.wiget 2003-07-04 13:58:51.000000000 +0000
13 +++ mingw-runtime-3.0/profile/Makefile.in       2003-07-04 14:01:05.000000000 +0000
14 @@ -49,7 +49,7 @@
15  
16  W32API_INCLUDE = @W32API_INCLUDE@
17  INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
18 -  -nostdinc -nostdinc++ \
19 +  -nostdinc++ \
20    -iwithprefixbefore include
21  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
22  ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
23 --- mingw-runtime-3.0/Makefile.in.wiget 2003-05-06 16:01:51.000000000 +0000
24 +++ mingw-runtime-3.0/Makefile.in       2003-07-04 13:58:24.000000000 +0000
25 @@ -98,7 +98,7 @@
26  W32API_INCLUDE = @W32API_INCLUDE@
27  INCLUDES+= -I$(srcdir)/include \
28    -I$(srcdir)/../include \
29 -  -nostdinc -nostdinc++ \
30 +  -nostdinc++ \
31    -iwithprefixbefore include
32  ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
33  ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
This page took 0.09474 seconds and 3 git commands to generate.