summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-03 09:55:40 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-12-04 00:39:24 +0100
commit1939d6745ebc836c4ccf0ce6a2613536b46f6759 (patch)
treeec13e5ed9d66690df10ddf9663627ab41051b6dc /media-sound/gmorgan
parentnet-misc/wget: fix build on openssl 1.1 (diff)
downloadgentoo-1939d6745ebc836c4ccf0ce6a2613536b46f6759.tar.gz
gentoo-1939d6745ebc836c4ccf0ce6a2613536b46f6759.tar.bz2
gentoo-1939d6745ebc836c4ccf0ce6a2613536b46f6759.zip
media-sound/gmorgan: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/6415
Diffstat (limited to 'media-sound/gmorgan')
-rw-r--r--media-sound/gmorgan/files/gmorgan-cflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/gmorgan/files/gmorgan-cflags.patch b/media-sound/gmorgan/files/gmorgan-cflags.patch
deleted file mode 100644
index 83c2c01a5745..000000000000
--- a/media-sound/gmorgan/files/gmorgan-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gmorgan_0.39/configure.in
-===================================================================
---- gmorgan_0.39.orig/configure.in
-+++ gmorgan_0.39/configure.in
-@@ -15,7 +15,7 @@ AC_FUNC_SELECT_ARGTYPES
- 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)