public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libbulletml/files: libbulletml-0.0.6-gcc46.patch
@ 2011-05-18 10:33 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2011-05-18 10:33 UTC (permalink / raw
  To: gentoo-commits

tupone      11/05/18 10:33:38

  Added:                libbulletml-0.0.6-gcc46.patch
  Log:
  Fix build with gcc-4.6 Bug #367883
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch?rev=1.1&content-type=text/plain

Index: libbulletml-0.0.6-gcc46.patch
===================================================================
--- calc.yy.old	2011-05-18 12:26:38.701666366 +0200
+++ calc.yy	2011-05-18 12:27:43.020672135 +0200
@@ -17,7 +17,7 @@
 #include "formula.h"
 #include "formula-variables.h"
 
-int yyerror(char* s);
+int yyerror(const char* s);
 int yylex();
 
 const char* yyinStr;
@@ -149,7 +149,7 @@
 	return c;
 }
 
-int yyerror(char* s) {
+int yyerror(const char* s) {
 	printf("yyerror: %s\n", s);
 	return 0;
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-18 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18 10:33 [gentoo-commits] gentoo-x86 commit in dev-libs/libbulletml/files: libbulletml-0.0.6-gcc46.patch Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox