summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-tga
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-tga')
-rw-r--r--x11/XFree86-4-libraries/files/patch-tga11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-tga b/x11/XFree86-4-libraries/files/patch-tga
deleted file mode 100644
index eb0cb8098333..000000000000
--- a/x11/XFree86-4-libraries/files/patch-tga
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }