summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/lame/files/lame-3.98-stdint.patch')
-rw-r--r--media-sound/lame/files/lame-3.98-stdint.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-sound/lame/files/lame-3.98-stdint.patch b/media-sound/lame/files/lame-3.98-stdint.patch
deleted file mode 100644
index c2561ec91..000000000
--- a/media-sound/lame/files/lame-3.98-stdint.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: lame-398/frontend/mp3rtp.c
-===================================================================
---- lame-398.orig/frontend/mp3rtp.c
-+++ lame-398/frontend/mp3rtp.c
-@@ -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
-Index: lame-398/frontend/rtp.c
-===================================================================
---- lame-398.orig/frontend/rtp.c
-+++ lame-398/frontend/rtp.c
-@@ -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__