Author: qboosh Date: Sat Aug 23 12:42:21 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - kill broken stdint.h hack
---- Files affected: SOURCES: lame-stdint.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/lame-stdint.patch diff -u /dev/null SOURCES/lame-stdint.patch:1.1 --- /dev/null Sat Aug 23 14:42:22 2008 +++ SOURCES/lame-stdint.patch Sat Aug 23 14:42:16 2008 @@ -0,0 +1,22 @@ +--- lame-398/frontend/mp3rtp.c.orig 2005-11-29 22:21:01.000000000 +0100 ++++ lame-398/frontend/mp3rtp.c 2008-08-23 14:23:04.214113358 +0200 +@@ -12,8 +12,6 @@ + + #ifdef HAVE_CONFIG_H + # include <config.h> +-/* std int types already defined in config.h */ +-#define _STDINT_H + #endif + + #ifdef STDC_HEADERS +--- lame-398/frontend/rtp.c.orig 2005-11-22 23:15:39.000000000 +0100 ++++ lame-398/frontend/rtp.c 2008-08-23 14:23:18.706113358 +0200 +@@ -2,8 +2,6 @@ + + #ifdef HAVE_CONFIG_H + # include <config.h> +-/* std int types already defined in config.h */ +-# define _STDINT_H + #endif + + #ifndef __GNUC__ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
