guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: xf86-video-tdfx: Fix build


From: Andy Wingo
Subject: 04/06: gnu: xf86-video-tdfx: Fix build
Date: Wed, 24 Feb 2016 08:58:50 +0000

wingo pushed a commit to branch media-updates
in repository guix.

commit 9d2e7b15800a582b2bc0a1bbe3f0c574e17646b9
Author: Andy Wingo <address@hidden>
Date:   Wed Feb 24 09:41:06 2016 +0100

    gnu: xf86-video-tdfx: Fix build
    
    * gnu/packages/xorg.scm (xf86-video-tdfx): Fix build by removing
      patches.
    * gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch: Remove.
---
 .../patches/xf86-video-tdfx-remove-mibstore.patch  |   26 --------------------
 gnu/packages/xorg.scm                              |    4 +--
 2 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch 
b/gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch
deleted file mode 100644
index 05e2154..0000000
--- a/gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Removes references to mibstore.h and miInitializeBackingStore, which
-have been removed from xorg-server.  Zack Rusin <address@hidden>
-wrote: "It was a noop for at least 5 years and it has been removed."
-See: http://patches.openembedded.org/patch/46133/
-
---- xf86-video-tdfx-1.4.5/src/tdfx_driver.c.~1~        2012-07-17 
01:21:16.000000000 -0400
-+++ xf86-video-tdfx-1.4.5/src/tdfx_driver.c    2014-12-19 01:36:42.762798424 
-0500
-@@ -62,10 +62,6 @@
- 
- #include "compiler.h"
- 
--/* Drivers using the mi implementation of backing store need: */
--
--#include "mibstore.h"
--
- /* All drivers using the vgahw module need this */
- /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
- #include "vgaHW.h"
-@@ -2373,7 +2369,6 @@
-     }
-   }
- 
--  miInitializeBackingStore(pScreen);
-   xf86SetBackingStore(pScreen);
-   xf86SetSilkenMouse(pScreen);
- 
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9416b60..6376f0d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3244,9 +3244,7 @@ This driver supports SiS chipsets of 300/315/330/340 
series.")
                ".tar.bz2"))
         (sha256
           (base32
-           "0dvdrhyn1iv6rr85v1c52s1gl0j1qrxgv7x0r7qn3ba0gj38i2is"))
-        (patches (list
-                  (search-patch "xf86-video-tdfx-remove-mibstore.patch")))))
+           "0dvdrhyn1iv6rr85v1c52s1gl0j1qrxgv7x0r7qn3ba0gj38i2is"))))
     (build-system gnu-build-system)
     (inputs `(("mesa" ,mesa)
               ("xf86driproto" ,xf86driproto)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]