/[gentoo-x86]/media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch
Gentoo

Contents of /media-libs/libsbsms/files/libsbsms-2.0.0-cflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Jun 30 04:02:48 2012 UTC (11 months, 2 weeks ago) by radhermit
Branch: MAIN
CVS Tags: HEAD
Initial import, ebuild by me. Optional dependency for audacity.

(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

1 --- libsbsms-2.0.0/configure.in
2 +++ libsbsms-2.0.0/configure.in
3 @@ -69,8 +69,6 @@
4
5 AC_ARG_ENABLE(universal_binary,[ --enable-universal_binary enable universal binary build: (default: disable)],[enable_universal_binary=$enableval],[enable_universal_binary=no])
6
7 -SBSMS_CFLAGS="-ffast-math -funroll-loops"
8 -
9 if test x$enable_static = xno; then
10 case "$target_os" in
11 darwin*)
12 @@ -81,12 +79,6 @@
13 esac
14 fi
15
16 -if test x$enable_debug = xyes; then
17 - SBSMS_CFLAGS="$SBSMS_CFLAGS -g -O3"
18 -else
19 - SBSMS_CFLAGS="$SBSMS_CFLAGS -O3 -fomit-frame-pointer"
20 -fi
21 -
22 if test x$enable_multithreaded = xyes; then
23 AC_DEFINE(MULTITHREADED,1,[Define to compile multithreaded sbsms])
24 fi

  ViewVC Help
Powered by ViewVC 1.1.20