]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blob - firegl-panel.patch
- release 3 to rebuild with fixed viak8t patch
[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 @@ -145,7 +145,7 @@
19  LFLAGS = $(CDEBFLAGS) -L/usr/X11R6/$(LIB_DIR) -lXaw -lXmu -lXt -lXext -lX11
20  
21  # for *.cpp
22 -CCINCDIR = -I$(MK_QTDIR)/include -I. -I./include_dummy
23 +CCINCDIR = -I$(MK_QTDIR)/include -I. -I./include_dummy -I/usr/include/qt
24  CCDEFINES = $(DEFINES)
25  ifneq ($(DEBUG),0)
26  CCDEBFLAGS = -ggdb
27 --- XFree86-driver-firegl-2.9.8/panel_src/main.cpp.fix  Wed May  7 00:19:12 2003
28 +++ XFree86-driver-firegl-2.9.8/panel_src/main.cpp      Wed May  7 00:20:06 2003
29 @@ -28,7 +28,7 @@
30  //    printf ( "%s\n", lpath.data() ) ;
31  //    printf ( "%s\n", lfile.data() ) ;
32  
33 -    QApplication::setStyle ( new QWindowsStyle ) ;
34 +    QApplication::setStyle ( "Windows" ) ;
35  
36      QApplication a( argc, argv );
37  
This page took 0.030649 seconds and 3 git commands to generate.