pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / misc / bochs-2.2.6-ms-extensions.patch
1 diff -urp orig/bochs-2.1.1/gui/Makefile.in bochs-2.1.1/gui/Makefile.in
2 --- orig/bochs-2.1.1/gui/Makefile.in    2003-11-28 07:07:28.000000000 -0800
3 +++ bochs-2.1.1/gui/Makefile.in 2004-09-13 15:05:09.402039000 -0700
4 @@ -44,7 +44,7 @@ SHELL = /bin/sh
5  @SET_MAKE@
6  
7  CXX = @CXX@
8 -CXXFLAGS = $(BX_INCDIRS) @CXXFLAGS@  @GUI_CXXFLAGS@
9 +CXXFLAGS = $(BX_INCDIRS) @CXXFLAGS@  @GUI_CXXFLAGS@ -fms-extensions
10  LOCAL_CXXFLAGS =
11  LDFLAGS = @LDFLAGS@
12  LIBS = @LIBS@
13
14