From fbfb64adeb0cbf8ec8736d0d8b3978e1746d7ecc Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 2 Jan 2017 17:18:07 +0100 Subject: media-sound/amsynth: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3305 --- .../amsynth/files/amsynth-1.2.3-respect-cflags.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 media-sound/amsynth/files/amsynth-1.2.3-respect-cflags.patch (limited to 'media-sound') 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 index 2a640ce17108..000000000000 --- a/media-sound/amsynth/files/amsynth-1.2.3-respect-cflags.patch +++ /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 -- cgit v1.2.3-65-gdbad