mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
games-misc/xcowsay: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2841 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
22392fda51
commit
ea482884c6
@@ -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)
|
||||
Reference in New Issue
Block a user