summaryrefslogtreecommitdiff
path: root/media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
commit5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (patch)
tree8f255dfacbacb657e3ac3654d01c1e11e651c066 /media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch
parent8aebb228036d5e2863b7eaa6e319ab41c1669269 (diff)
gentoo resync : 19.04.2018
Diffstat (limited to 'media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch')
-rw-r--r--media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch24
1 files changed, 0 insertions, 24 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