summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-11-15 19:45:46 +0100
committerDavid Seifert <soap@gentoo.org>2016-11-16 23:01:12 +0100
commitea482884c66d5c4c8f4a14d23fcc96aa3dbc3d04 (patch)
tree96b352b0923e516c53dd0f1cb8265cf7c3c7253c /games-misc
parentnet-p2p/syncthing: remove old (diff)
downloadgentoo-ea482884c66d5c4c8f4a14d23fcc96aa3dbc3d04.tar.gz
gentoo-ea482884c66d5c4c8f4a14d23fcc96aa3dbc3d04.tar.bz2
gentoo-ea482884c66d5c4c8f4a14d23fcc96aa3dbc3d04.zip
games-misc/xcowsay: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2841 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/xcowsay/files/xcowsay-1.2-no-dbus.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/games-misc/xcowsay/files/xcowsay-1.2-no-dbus.patch b/games-misc/xcowsay/files/xcowsay-1.2-no-dbus.patch
deleted file mode 100644
index a35f34984732..000000000000
--- a/games-misc/xcowsay/files/xcowsay-1.2-no-dbus.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 3554e67..b8b66c1 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -35,8 +35,8 @@ AC_ARG_ENABLE(dbus,
- [AS_HELP_STRING([--enable-dbus], [Build the DBus daemon.])],
- [if test "$enableval" = "yes" ; then
- modules="$xcowsayd_modules"
-+ CFLAGS="$CFLAGS -DWITH_DBUS"
- fi
-- CFLAGS="$CFLAGS -DWITH_DBUS"
- AC_FUNC_FORK])
-
- PKG_CHECK_MODULES(XCOWSAY, $modules)