summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-04 14:54:08 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:10:05 +0100
commitf2c875114c6061e09f972f09ef30cce70d0a44c3 (patch)
treee8a5118079165134054ed63cdd7fa846710f1c5b /media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch
parentmedia-sound/gmorgan: Version bump to 0.79, fix build with gcc6 (diff)
downloadgentoo-f2c875114c6061e09f972f09ef30cce70d0a44c3.tar.gz
gentoo-f2c875114c6061e09f972f09ef30cce70d0a44c3.tar.bz2
gentoo-f2c875114c6061e09f972f09ef30cce70d0a44c3.zip
media-sound/gmorgan: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4119
Diffstat (limited to 'media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch')
-rw-r--r--media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch b/media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch
deleted file mode 100644
index 61225fc07c29..000000000000
--- a/media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gmorgan-0.70/configure.in
-+++ gmorgan-0.70/configure.in
-@@ -15,7 +15,7 @@
- AC_CHECK_FUNCS([bzero memset select strdup])
- AM_GNU_GETTEXT([external])
- LIBS="`fltk-config --use-images --ldflags` -lasound"
--CXXFLAGS=" `fltk-config --use-images --cxxflags`"
-+CXXFLAGS="${CXXFLAGS} `fltk-config --use-images --cxxflags`"
- AC_CHECK_HEADERS([unistd.h])
- AC_CHECK_HEADER(alsa/asoundlib.h, true, AC_MSG_ERROR([Alsa is required]))
- AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)