Author: dnusinow Date: 2006-09-30 13:00:28 -0400 (Sat, 30 Sep 2006) New Revision: 3564
Added: trunk/driver/xserver-xorg-video-tdfx/debian/patches/03_tdfx_includes.patch Modified: trunk/driver/xserver-xorg-video-tdfx/debian/changelog trunk/driver/xserver-xorg-video-tdfx/debian/patches/series Log: * Add 03_tdfx_includes.patch which fixes some missing symbol errors. Thanks Martin Krafft, Henrik Persson, Kaupo Arulo. Thanks Guillem Jover for the patch. Closes: #388998 Modified: trunk/driver/xserver-xorg-video-tdfx/debian/changelog =================================================================== --- trunk/driver/xserver-xorg-video-tdfx/debian/changelog 2006-09-30 16:06:30 UTC (rev 3563) +++ trunk/driver/xserver-xorg-video-tdfx/debian/changelog 2006-09-30 17:00:28 UTC (rev 3564) @@ -1,3 +1,11 @@ +xserver-xorg-video-tdfx (1:1.2.1-5) unstable; urgency=low + + * Add 03_tdfx_includes.patch which fixes some missing symbol errors. Thanks + Martin Krafft, Henrik Persson, Kaupo Arulo. Thanks Guillem Jover for the + patch. Closes: #388998 + + -- David Nusinow <[EMAIL PROTECTED]> Sat, 30 Sep 2006 12:58:39 -0400 + xserver-xorg-video-tdfx (1:1.2.1-4) unstable; urgency=low [ Steve Langasek ] Added: trunk/driver/xserver-xorg-video-tdfx/debian/patches/03_tdfx_includes.patch =================================================================== --- trunk/driver/xserver-xorg-video-tdfx/debian/patches/03_tdfx_includes.patch (rev 0) +++ trunk/driver/xserver-xorg-video-tdfx/debian/patches/03_tdfx_includes.patch 2006-09-30 17:00:28 UTC (rev 3564) @@ -0,0 +1,32 @@ +Index: xserver-xorg-video-tdfx-1.2.1/src/tdfx_driver.c +=================================================================== +--- xserver-xorg-video-tdfx-1.2.1.orig/src/tdfx_driver.c 2006-09-24 05:07:32.000000000 +0300 ++++ xserver-xorg-video-tdfx-1.2.1/src/tdfx_driver.c 2006-09-24 05:03:09.000000000 +0300 +@@ -46,6 +46,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN + * Overlay planes + */ + ++#include <stdlib.h> ++ + /* + * These are X and server generic header files. + */ +Index: xserver-xorg-video-tdfx-1.2.1/src/tdfx_priv.c +=================================================================== +--- xserver-xorg-video-tdfx-1.2.1.orig/src/tdfx_priv.c 2006-09-24 05:07:16.000000000 +0300 ++++ xserver-xorg-video-tdfx-1.2.1/src/tdfx_priv.c 2006-09-24 04:56:41.000000000 +0300 +@@ -4,11 +4,13 @@ + #include "config.h" + #endif + ++#include "tdfx.h" ++ + #include "xf86.h" ++#include "xf86_ansic.h" /* For getsecs() */ + #include "xf86_OSproc.h" + #include "xf86fbman.h" + #include "compiler.h" +-#include "tdfx.h" + + /* + Memory layout of card is as follows: Modified: trunk/driver/xserver-xorg-video-tdfx/debian/patches/series =================================================================== --- trunk/driver/xserver-xorg-video-tdfx/debian/patches/series 2006-09-30 16:06:30 UTC (rev 3563) +++ trunk/driver/xserver-xorg-video-tdfx/debian/patches/series 2006-09-30 17:00:28 UTC (rev 3564) @@ -1,2 +1,3 @@ 01_tdfx_disable_dri_on_16mb_with_highres.diff 02_tdfx_improve_mode_rejection_diagnostics.diff +03_tdfx_includes.patch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]