Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48930 - SVGALIB fails to compile with GCC 3.4
Summary: SVGALIB fails to compile with GCC 3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 48528
  Show dependency tree
 
Reported: 2004-04-25 05:11 UTC by Holger
Modified: 2004-04-27 22:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)