diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-06-30 04:02:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-06-30 04:02:48 +0000 |
commit | a33494957f8e6ca2577ef5ee9efbcf0ae4a97216 (patch) | |
tree | c023e5d723a42a79aa6ee6f40194511d85bce024 /media-libs/libsbsms/files | |
parent | Version bump. (diff) | |
download | gentoo-2-a33494957f8e6ca2577ef5ee9efbcf0ae4a97216.tar.gz gentoo-2-a33494957f8e6ca2577ef5ee9efbcf0ae4a97216.tar.bz2 gentoo-2-a33494957f8e6ca2577ef5ee9efbcf0ae4a97216.zip |
Initial import, ebuild by me. Optional dependency for audacity.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsbsms/files')
-rw-r--r-- | media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 000000000000..63de676beb66 --- /dev/null +++ b/media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch @@ -0,0 +1,24 @@ +--- 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 |