|
@@ -0,0 +1,24 @@
+diff -ur lame-398.old/frontend/Makefile.am lame-398.new/frontend/Makefile.am
+--- lame-398.old/frontend/Makefile.am 2006-09-30 11:17:05.000000000 +0200
++++ lame-398.new/frontend/Makefile.am 2008-07-06 12:36:25.000000000 +0200
+@@ -52,7 +52,7 @@
+ endif
+
+ CFLAGS = @CFLAGS@ @GTK_CFLAGS@ @FRONTEND_CFLAGS@ @SNDFILE_CFLAGS@
+-LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@ -static
++LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@
+
+ INCLUDES = -I$(top_srcdir)/libmp3lame -I$(top_srcdir)/include -I$(top_builddir)
+
+diff -ur lame-398.old/frontend/Makefile.in lame-398.new/frontend/Makefile.in
+--- lame-398.old/frontend/Makefile.in 2008-06-25 14:17:51.000000000 +0200
++++ lame-398.new/frontend/Makefile.in 2008-07-06 12:36:39.000000000 +0200
+@@ -152,7 +152,7 @@
+ $(top_builddir)/libmp3lame/libmp3lame.la \
+ @FRONTEND_LDADD@
+
+-LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@ -static
++LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
|
@@ -0,0 +1,33 @@
+--- frontend/rtp.c.orig 2008-07-13 20:58:19.000000000 +0200
++++ frontend/rtp.c 2008-07-13 20:58:24.000000000 +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__
+--- frontend/rtp.h.orig 2008-07-13 18:57:29.000000000 +0200
++++ frontend/rtp.h 2008-07-13 20:56:19.000000000 +0200
+@@ -1,6 +1,8 @@
+ #ifndef LAME_RTP_H
+ #define LAME_RTP_H
+
++#include <stdint.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+
+--- frontend/mp3rtp.c.orig 2008-07-13 18:56:06.000000000 +0200
++++ frontend/mp3rtp.c 2008-07-13 20:58:28.000000000 +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
|