From 7148fe93a44cef625fc4816d542e0f6e16d6174f Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Wed, 29 Aug 2001 19:20:13 +0000 Subject: Allow the tga driver to load the "fb" module; without this, the driver gets unresolved symbols when accessing fb routines at server startup. Note, this is apparently already in the mainline XFree86 sources, so this patch may need to be removed when the port is updated for the next release of XFree86 Tested by: "Eric S. Van Gyzen" --- x11/XFree86-4/files/patch-tga | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/XFree86-4/files/patch-tga (limited to 'x11') diff --git a/x11/XFree86-4/files/patch-tga b/x11/XFree86-4/files/patch-tga new file mode 100644 index 000000000000..eb0cb8098333 --- /dev/null +++ b/x11/XFree86-4/files/patch-tga @@ -0,0 +1,11 @@ +--- programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c.orig Wed Aug 29 11:38:09 2001 ++++ programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c Wed Aug 29 11:39:09 2001 +@@ -758,7 +758,7 @@ + + pTga->FbMapSize = pScrn->videoRam * 1024; + +- if (mod && xf86LoadSubModule(pScrn, "fb") == NULL) { ++ if (xf86LoadSubModule(pScrn, "fb") == NULL) { + TGAFreeRec(pScrn); + return FALSE; + } -- cgit v1.2.3