From: Tobias Geerinckx-Rice Date: Mon, 20 May 2019 04:52:33 +0200 Subject: [PATCH] gnu: xf86-video-voodoo: Don't use PCITAG. Copied verbatim from upstream repository[0]. [0]: https://cgit.freedesktop.org/xorg/driver/-xf86-video-voodoo/patch/?id=9172ae566a0e85313fc80ab62b4455393eefe593 From 9172ae566a0e85313fc80ab62b4455393eefe593 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 22 Sep 2014 10:56:02 +1000 Subject: don't use PCITAG in struct anymore --- src/voodoo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/voodoo.h b/src/voodoo.h index bfed497..c3eb64e 100644 --- a/src/voodoo.h +++ b/src/voodoo.h @@ -23,7 +23,9 @@ typedef struct { Bool Voodoo2; /* Set if Voodoo2 */ pciVideoPtr PciInfo; /* PCI data */ +#ifndef XSERVER_LIBPCIACCESS PCITAG PciTag; +#endif CARD32 PhysBase; CARD32 Width; /* Current width */ -- cgit v1.0 Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-02gnu: cedille: Install the info pages....* gnu/packages/cedille.scm (cedille)[arguments]: Rename phase 'patch-cedille-path-el' to 'patch-cedille-paths' and add substitution for the info page location. In the 'copy-cedille-mode' phase, install the info page. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: cedille: Fix emacs outputs....* gnu/packages/cedille.scm (cedille):[arguments] Add slashes to output paths. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-03-19gnu: cedille: Remove guix.d from the Elisp installation directory....* gnu/packages/cedille.scm (cedille)[phases]{patch-cedille-path-el}: Update the Elisp installation prefix used. {copy-cedille-mode}: Likewise. Maxim Cournoyer
2020-02-23gnu: cedille: Update to 1.1.2....* gnu/packages/cedille.scm (cedille): Update to 1.1.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> John Soo
2019-11-20gnu: cedille: Use most recent GHC....* gnu/packages/cedille.scm (cedille)[inputs]: Replace 'ghc-8.4' with 'ghc'. Timothy Sample
2019-09-01gnu: cedille: Adjust import list....This is a followup to dddbc90c648a569ed3f6dcf8678cb94e63a8302f. * gnu/packages/cedille.scm: Use (gnu packages haskell-xyz). Ludovic Courtès
2019-08-28gnu: Add cedille....* gnu/packages/cedille.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Soo