aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4/files/patch-tga
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4/files/patch-tga')
-rw-r--r--x11/XFree86-4/files/patch-tga11
1 files changed, 11 insertions, 0 deletions
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;
+ }