media-sound/amsynth: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 2 Jan 2017 16:18:07 +0000 (17:18 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 4 Jan 2017 10:12:37 +0000 (12:12 +0200)
Closes: https://github.com/gentoo/gentoo/pull/3305

media-sound/amsynth/files/amsynth-1.2.3-respect-cflags.patch [deleted file]

diff --git a/media-sound/amsynth/files/amsynth-1.2.3-respect-cflags.patch b/media-sound/amsynth/files/amsynth-1.2.3-respect-cflags.patch
deleted file mode 100644 (file)
index 2a640ce..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- amSynth-1.2.3/configure.in 
-+++ amSynth-1.2.3/configure.in 
-@@ -90,7 +90,7 @@ AC_ARG_ENABLE(debug,
- if test "${enable_debug}" = "yes" ; then
-       AC_MSG_RESULT([yes])
-       debugging=yes
--      CXXFLAGS="$CXXFLAGS -g -Wall -D_DEBUG"
-+      CXXFLAGS="$CXXFLAGS -Wall -D_DEBUG"
-       COMPOPSTR="debugging $COMPOPSTR"
-       OPTION_DEBUG="yes"
- else
-@@ -114,7 +114,7 @@ if test "$enable_profile" = "yes" ; then
-         fi
- else
-       if test "$GCC" = "yes" ; then
--              CXXFLAGS="$CXXFLAGS -O3 -ffast-math -fno-exceptions -fomit-frame-pointer"
-+              CXXFLAGS="$CXXFLAGS -ffast-math -fno-exceptions -fomit-frame-pointer"
-       fi
-       AC_MSG_RESULT([no])
-       profiling=no