Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 48930

Summary: SVGALIB fails to compile with GCC 3.4
Product: Gentoo Linux Reporter: Holger <holger_2000>
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2004.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 48528    

Description Holger 2004-04-25 05:11:10 UTC
Here
Comment 1 Holger 2004-04-25 05:11:10 UTC
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 SpanKY gentoo-dev 2004-04-27 22:25:51 UTC
now in portage, thanks :)