]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- readded auto/th/xorg-driver-video-fglrx-8_28_8-0_2 auto/th/xorg-driver-video-fglrx-8_28_8-1 auto/th/xorg-driver-video-fglrx-8_29_6-1 auto/th/xorg-driver-video-fglrx-8_36_5-1 auto/th/xorg-driver-video-fglrx-8_37_6-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Apr 2006 13:54:54 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl-force-define-AGP.patch -> 1.3
    firegl-panel.patch -> 1.5

X11-driver-firegl-force-define-AGP.patch [new file with mode: 0644]
firegl-panel.patch [new file with mode: 0644]

diff --git a/X11-driver-firegl-force-define-AGP.patch b/X11-driver-firegl-force-define-AGP.patch
new file mode 100644 (file)
index 0000000..3dd2538
--- /dev/null
@@ -0,0 +1,11 @@
+--- X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c.orig   2006-04-15 02:25:12.183912250 +0200
++++ X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c        2006-04-15 02:25:28.484931000 +0200
+@@ -21,6 +21,8 @@
+ !!! since it requires changes to linux/init/main.c.
+ #endif /* !MODULE */
++#define __AGP__ 1
++
+ // ============================================================
+ #include <linux/version.h>
+ #ifdef MODVERSIONS
diff --git a/firegl-panel.patch b/firegl-panel.patch
new file mode 100644 (file)
index 0000000..6c18a72
--- /dev/null
@@ -0,0 +1,46 @@
+--- XFree86-driver-firegl-2.9.8/panel_src/Makefile.fix Wed May  7 00:12:45 2003
++++ XFree86-driver-firegl-2.9.8/panel_src/Makefile     Wed May  7 00:17:42 2003
+@@ -87,12 +87,12 @@
+ $(error environment missing: MK_QTDIR=$(MK_QTDIR))
+ endif
+-ifeq ($(shell test -e $(MK_QTDIR)/include/qglobal.h$(colon) echo $$?),1)
++ifeq ($(shell test -e $(MK_QTDIR)/include/qt/qglobal.h$(colon) echo $$?),1)
+ $(error environment incomplete: MK_QTDIR=$(MK_QTDIR))
+ endif
+ ifeq ($(QT_VER),0)
+-QT_VER=$(shell grep QT_VERSION_STR $(MK_QTDIR)/include/qglobal.h | cut -d'"' -f2 | cut -d'.' -f1)
++QT_VER=$(shell grep QT_VERSION_STR $(MK_QTDIR)/include/qt/qglobal.h | cut -d'"' -f2 | cut -d'.' -f1)
+ endif
+ ifeq ($(QT_VER),0)
+@@ -138,7 +138,7 @@
+ # for *.c
+ CINCDIR = -I/usr/X11R6/include -I. -I./include_dummy
+ CDEFINES = $(DEFINES)
+-ifeq ($(DEBUG),0)
++ifneq ($(DEBUG),0)
+ CDEBFLAGS = -g
+ endif
+ CFLAGS = $(CDEBFLAGS) -O2 -fno-strength-reduce -funsigned-char $(CDEFINES)
+@@ -145,7 +145,7 @@
+ LFLAGS = $(CDEBFLAGS) -L/usr/X11R6/$(LIB_DIR) -lXaw -lXmu -lXt -lXext -lX11
+ # for *.cpp
+-CCINCDIR = -I$(MK_QTDIR)/include -I. -I./include_dummy
++CCINCDIR = -I$(MK_QTDIR)/include -I. -I./include_dummy -I/usr/include/qt
+ CCDEFINES = $(DEFINES)
+ ifneq ($(DEBUG),0)
+ CCDEBFLAGS = -ggdb
+--- XFree86-driver-firegl-2.9.8/panel_src/main.cpp.fix Wed May  7 00:19:12 2003
++++ XFree86-driver-firegl-2.9.8/panel_src/main.cpp     Wed May  7 00:20:06 2003
+@@ -28,7 +28,7 @@
+ //    printf ( "%s\n", lpath.data() ) ;
+ //    printf ( "%s\n", lfile.data() ) ;
+-    QApplication::setStyle ( new QWindowsStyle ) ;
++    QApplication::setStyle ( "Windows" ) ;
+     QApplication a( argc, argv );
This page took 0.038938 seconds and 4 git commands to generate.