SOURCES: mpg123-gcc4.patch (NEW) - build fix.

pluto pluto at pld-linux.org
Thu Jun 22 00:02:42 CEST 2006


Author: pluto                        Date: Wed Jun 21 22:02:41 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build fix.

---- Files affected:
SOURCES:
   mpg123-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mpg123-gcc4.patch
diff -u /dev/null SOURCES/mpg123-gcc4.patch:1.1
--- /dev/null	Thu Jun 22 00:02:41 2006
+++ SOURCES/mpg123-gcc4.patch	Thu Jun 22 00:02:36 2006
@@ -0,0 +1,17 @@
+--- mpg123/term.h.orig	2000-10-30 17:45:14.000000000 +0000
++++ mpg123/term.h	2006-06-21 21:44:33.304170600 +0000
+@@ -44,12 +44,12 @@
+  * be #ifdef'ed TERM_CONTROL anyway but here for completeness. */
+ #define term_control(x)		0
+ 
+-void INLINE term_init(void)
++static void INLINE term_init(void)
+ {
+ 	return;
+ }
+ 
+-void INLINE term_restore(void)
++static void INLINE term_restore(void)
+ {
+ 	return;
+ }
================================================================


More information about the pld-cvs-commit mailing list