diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-10 17:07:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-10 17:07:59 +0000 |
commit | c3048149d11da64400f5f717fef954683118c976 (patch) | |
tree | 2afdb3c817ccb7e37057a81240f43178f505ec6a /media-sound/amsynth/files | |
parent | Marked ~ppc/~ppc64 wrt #370859 (diff) | |
download | gentoo-2-c3048149d11da64400f5f717fef954683118c976.tar.gz gentoo-2-c3048149d11da64400f5f717fef954683118c976.tar.bz2 gentoo-2-c3048149d11da64400f5f717fef954683118c976.zip |
remove patch
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/amsynth/files')
-rw-r--r-- | media-sound/amsynth/files/amsynth-1.2.3-cflags.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/media-sound/amsynth/files/amsynth-1.2.3-cflags.patch b/media-sound/amsynth/files/amsynth-1.2.3-cflags.patch deleted file mode 100644 index 8e063144c7de..000000000000 --- a/media-sound/amsynth/files/amsynth-1.2.3-cflags.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: amSynth-1.2.3/configure.in -=================================================================== ---- amSynth-1.2.3.orig/configure.in -+++ amSynth-1.2.3/configure.in -@@ -5,7 +5,6 @@ AC_CONFIG_HEADERS([config.h]) - - - addCXXFLAGS="-D_REENTRANT" --CXXFLAGS="$CXXFLAGS -Wall -W" - - AC_PROG_CXX - AC_PROG_INSTALL -@@ -90,7 +89,6 @@ AC_ARG_ENABLE(debug, - if test "${enable_debug}" = "yes" ; then - AC_MSG_RESULT([yes]) - debugging=yes -- CXXFLAGS="$CXXFLAGS -g -Wall -D_DEBUG" - COMPOPSTR="debugging $COMPOPSTR" - OPTION_DEBUG="yes" - else -@@ -113,9 +111,6 @@ if test "$enable_profile" = "yes" ; then - CXXFLAGS="$CXXFLAGS -p" - fi - else -- if test "$GCC" = "yes" ; then -- CXXFLAGS="$CXXFLAGS -O3 -ffast-math -fno-exceptions -fomit-frame-pointer" -- fi - AC_MSG_RESULT([no]) - profiling=no - fi |