First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 48930
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GCC Porting Team <gcc-porting@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Holger <holger_2000@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 48930 depends on: Show dependency tree
Bug 48930 blocks: 48528
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-04-25 05:11 0000
Here

------- Comment #1 From Holger 2004-04-25 05:11:10 0000 -------
Here“s a patch file to fix it (only a ; missing)

--- /svgalib-1.9.18/src/drivers/pm2.old.c   2002-10-15 16:14:40.000000000 +0300 
+++ /svgalib-1.9.18/src/drivers/pm2.c       2004-04-25 11:23:04.615189584 +0300 
@@ -740,7 +740,7 @@ 
         case cPM2V: 
             __svgalib_pm2_driverspecs.cursor = pm2v_cursor; 
             break; 
-        default: 
+        default:; 
     } 

     if (__svgalib_driver_report) {

------- Comment #2 From SpanKY 2004-04-27 22:25:51 0000 -------
now in portage, thanks :)

First Last Prev Next    No search results available      Search page      Enter new bug