diff options
author | 2018-04-16 18:43:40 +0200 | |
---|---|---|
committer | 2018-04-16 19:01:06 +0200 | |
commit | d49a6ecc0d533c17a1cdec69c2dead4f402e6e72 (patch) | |
tree | 618e9c78a93ccfc0e0556f1bd67b9bf3603c4108 /media-libs/libsbsms/files | |
parent | media-libs/libsbsms: Remove 2.0.0 (diff) | |
download | gentoo-d49a6ecc0d533c17a1cdec69c2dead4f402e6e72.tar.gz gentoo-d49a6ecc0d533c17a1cdec69c2dead4f402e6e72.tar.bz2 gentoo-d49a6ecc0d533c17a1cdec69c2dead4f402e6e72.zip |
media-libs/libsbsms: Remove 2.0.1
Deprecated EAPI 4 and overshadowed by 2.0.2.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-libs/libsbsms/files')
-rw-r--r-- | media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch | 24 | ||||
-rw-r--r-- | media-libs/libsbsms/files/libsbsms-2.0.1-includes.patch | 11 |
2 files changed, 0 insertions, 35 deletions
diff --git a/media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch b/media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch deleted file mode 100644 index 63de676beb66..000000000000 --- a/media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- libsbsms-2.0.0/configure.in -+++ libsbsms-2.0.0/configure.in -@@ -69,8 +69,6 @@ - - AC_ARG_ENABLE(universal_binary,[ --enable-universal_binary enable universal binary build: (default: disable)],[enable_universal_binary=$enableval],[enable_universal_binary=no]) - --SBSMS_CFLAGS="-ffast-math -funroll-loops" -- - if test x$enable_static = xno; then - case "$target_os" in - darwin*) -@@ -81,12 +79,6 @@ - esac - fi - --if test x$enable_debug = xyes; then -- SBSMS_CFLAGS="$SBSMS_CFLAGS -g -O3" --else -- SBSMS_CFLAGS="$SBSMS_CFLAGS -O3 -fomit-frame-pointer" --fi -- - if test x$enable_multithreaded = xyes; then - AC_DEFINE(MULTITHREADED,1,[Define to compile multithreaded sbsms]) - fi diff --git a/media-libs/libsbsms/files/libsbsms-2.0.1-includes.patch b/media-libs/libsbsms/files/libsbsms-2.0.1-includes.patch deleted file mode 100644 index 63937fa6157d..000000000000 --- a/media-libs/libsbsms/files/libsbsms-2.0.1-includes.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN libsbsms-2.0.1.old/src/buffer.h libsbsms-2.0.1/src/buffer.h ---- libsbsms-2.0.1.old/src/buffer.h 2012-12-08 18:43:46.772667486 +0100 -+++ libsbsms-2.0.1/src/buffer.h 2012-12-08 18:44:04.677668212 +0100 -@@ -2,6 +2,7 @@ - #ifndef BUFFER_H - #define BUFFER_H - -+#include <stdlib.h> - #include "sbsms.h" - #include "grain.h" - #include <list> |