commit:     23bb71882ca1652566ec4ac520c01692cfc19551
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Jan 17 17:40:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 09:19:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bb7188

net-libs/rabbitmq-c: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3516

 net-libs/rabbitmq-c/files/xmlto.patch | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/net-libs/rabbitmq-c/files/xmlto.patch 
b/net-libs/rabbitmq-c/files/xmlto.patch
deleted file mode 100644
index b1b97ed..00000000
--- a/net-libs/rabbitmq-c/files/xmlto.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- CMakeLists.txt.orig        2013-01-19 02:58:22.179338944 -0700
-+++ CMakeLists.txt     2013-01-19 03:18:40.936984417 -0700
-@@ -49,6 +49,7 @@
- include(CheckFunctionExists)
- include(CheckLibraryExists)
- include(CMakePushCheckState)
-+include(FindXmlTo)
- 
- # Detect if we need to link against a socket library:
- cmake_push_check_state()
-@@ -195,7 +196,13 @@
- endif (REGENERATE_AMQP_FRAMING)
- 
- find_package(POPT)
--find_package(XmlTo)
-+
-+set ( XmlTo_FOUND false )
-+find_program ( XMLTO_EXECUTABLE NAMES xmlto
-+  DOC "path to the xmlto docbook xslt frontend" )
-+if ( XMLTO_EXECUTABLE )
-+  set ( XmlTo_FOUND true )
-+endif ( XMLTO_EXECUTABLE )
- 
- if (POPT_FOUND AND XmlTo_FOUND)
-   set(DO_DOCS ON)

Reply via email to