diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-02 17:18:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-04 12:12:37 +0200 |
commit | fbfb64adeb0cbf8ec8736d0d8b3978e1746d7ecc (patch) | |
tree | 14f4a2e51a7a411cc9ae13b5fc6a8ba5797e9cce /media-sound/amsynth | |
parent | media-plugins/libvisual-projectm: remove unused patch (diff) | |
download | gentoo-fbfb64adeb0cbf8ec8736d0d8b3978e1746d7ecc.tar.gz gentoo-fbfb64adeb0cbf8ec8736d0d8b3978e1746d7ecc.tar.bz2 gentoo-fbfb64adeb0cbf8ec8736d0d8b3978e1746d7ecc.zip |
media-sound/amsynth: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3305
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r-- | media-sound/amsynth/files/amsynth-1.2.3-respect-cflags.patch | 20 |
1 files changed, 0 insertions, 20 deletions
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 |