]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blob - firegl-panel.patch
- escape '\'
[packages/X11-driver-firegl.git] / firegl-panel.patch
1 --- XFree86-driver-firegl-2.9.8/panel_src/Makefile.fix  Wed May  7 00:12:45 2003
2 +++ XFree86-driver-firegl-2.9.8/panel_src/Makefile      Wed May  7 00:17:42 2003
3 @@ -87,12 +87,12 @@
4  $(error environment missing: MK_QTDIR=$(MK_QTDIR))
5  endif
6  
7 -ifeq ($(shell test -e $(MK_QTDIR)/include/qglobal.h$(colon) echo $$?),1)
8 +ifeq ($(shell test -e $(MK_QTDIR)/include/qt/qglobal.h$(colon) echo $$?),1)
9  $(error environment incomplete: MK_QTDIR=$(MK_QTDIR))
10  endif
11  
12  ifeq ($(QT_VER),0)
13 -QT_VER=$(shell grep QT_VERSION_STR $(MK_QTDIR)/include/qglobal.h | cut -d'"' -f2 | cut -d'.' -f1)
14 +QT_VER=$(shell grep QT_VERSION_STR $(MK_QTDIR)/include/qt/qglobal.h | cut -d'"' -f2 | cut -d'.' -f1)
15  endif
16  
17  ifeq ($(QT_VER),0)
18 @@ -138,7 +138,7 @@
19  # for *.c
20  CINCDIR = -I/usr/X11R6/include -I. -I./include_dummy
21  CDEFINES = $(DEFINES)
22 -ifeq ($(DEBUG),0)
23 +ifneq ($(DEBUG),0)
24  CDEBFLAGS = -g
25  endif
26  CFLAGS = $(CDEBFLAGS) -O2 -fno-strength-reduce -funsigned-char $(CDEFINES)
27 @@ -145,7 +145,7 @@
28  LFLAGS = $(CDEBFLAGS) -L/usr/X11R6/$(LIB_DIR) -lXaw -lXmu -lXt -lXext -lX11
29  
30  # for *.cpp
31 -CCINCDIR = -I$(MK_QTDIR)/include -I. -I./include_dummy
32 +CCINCDIR = -I$(MK_QTDIR)/include -I. -I./include_dummy -I/usr/include/qt
33  CCDEFINES = $(DEFINES)
34  ifneq ($(DEBUG),0)
35  CCDEBFLAGS = -ggdb
36 --- XFree86-driver-firegl-2.9.8/panel_src/main.cpp.fix  Wed May  7 00:19:12 2003
37 +++ XFree86-driver-firegl-2.9.8/panel_src/main.cpp      Wed May  7 00:20:06 2003
38 @@ -28,7 +28,7 @@
39  //    printf ( "%s\n", lpath.data() ) ;
40  //    printf ( "%s\n", lfile.data() ) ;
41  
42 -    QApplication::setStyle ( new QWindowsStyle ) ;
43 +    QApplication::setStyle ( "Windows" ) ;
44  
45      QApplication a( argc, argv );
46  
This page took 0.024739 seconds and 3 git commands to generate.