diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-26 07:17:48 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-26 07:17:48 +0200 |
commit | da8b7bad7890541869742903ecd25339e95569b7 (patch) | |
tree | 9995eecd81dc916f8d54dbb19f62cfa9114e21ec /media-libs/gstreamer/files | |
parent | media-libs/gst-plugins-base and its splits: Remove old 1.6.3 (diff) | |
download | gentoo-da8b7bad7890541869742903ecd25339e95569b7.tar.gz gentoo-da8b7bad7890541869742903ecd25339e95569b7.tar.bz2 gentoo-da8b7bad7890541869742903ecd25339e95569b7.zip |
media-libs/gstreamer: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/gstreamer/files')
-rw-r--r-- | media-libs/gstreamer/files/gstreamer-1.6.3-fix-strsignal.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/media-libs/gstreamer/files/gstreamer-1.6.3-fix-strsignal.patch b/media-libs/gstreamer/files/gstreamer-1.6.3-fix-strsignal.patch deleted file mode 100644 index 9d717e83d317..000000000000 --- a/media-libs/gstreamer/files/gstreamer-1.6.3-fix-strsignal.patch +++ /dev/null @@ -1,32 +0,0 @@ -Upstream split this one commit into two: c9da8b0 and d6e25dd because -of some confusion. I've recombined it here. See: - -https://bugzilla.gnome.org/show_bug.cgi?id=763567 -https://bugs.gentoo.org/show_bug.cgi?id=577312 - -diff --git a/libs/gst/check/libcheck/strsignal.c b/libs/gst/check/libcheck/strsignal.c -index b79409b..57e71cd 100644 ---- a/libs/gst/check/libcheck/strsignal.c -+++ b/libs/gst/check/libcheck/strsignal.c -@@ -1,6 +1,6 @@ - #include "libcompat.h" - --const char * -+char * - strsignal (int sig) - { - static char signame[40]; - -diff --git a/libs/gst/check/libcheck/libcompat.h b/libs/gst/check/libcheck/libcompat.h -index 32f944c..f09289b 100644 ---- a/libs/gst/check/libcheck/libcompat.h -+++ b/libs/gst/check/libcheck/libcompat.h -@@ -101,7 +101,7 @@ CK_DLL_EXP char *strdup (const char *str); - #endif /* !HAVE_DECL_STRDUP && HAVE__STRDUP */ - - #if !HAVE_DECL_STRSIGNAL --CK_DLL_EXP const char *strsignal (int sig); -+CK_DLL_EXP char *strsignal (int sig); - #endif /* !HAVE_DECL_STRSIGNAL */ - - /* |