summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/guvcview/files/guvcview-1.0.5-implicit_declaration_setlocale.patch')
-rw-r--r--media-video/guvcview/files/guvcview-1.0.5-implicit_declaration_setlocale.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-video/guvcview/files/guvcview-1.0.5-implicit_declaration_setlocale.patch b/media-video/guvcview/files/guvcview-1.0.5-implicit_declaration_setlocale.patch
deleted file mode 100644
index d360a9b4ffa1..000000000000
--- a/media-video/guvcview/files/guvcview-1.0.5-implicit_declaration_setlocale.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Missing locale.h for setlocale function, http://bugs.gentoo.org/267862.
-
-diff -ur guvcview-src-1.0.5.orig/src/guvcview.c guvcview-src-1.0.5/src/guvcview.c
---- guvcview-src-1.0.5.orig/src/guvcview.c 2009-04-03 20:25:59.000000000 +0000
-+++ guvcview-src-1.0.5/src/guvcview.c 2009-04-29 15:33:45.000000000 +0000
-@@ -23,7 +23,7 @@
- # #
- ********************************************************************************/
-
--
-+#include <locale.h>
- #include <SDL/SDL.h>
- #include <glib.h>
- #include <glib/gprintf.h>