* [gentoo-commits] gentoo-x86 commit in net-analyzer/zmap/files: zmap-1.1.1-json-c.patch
@ 2013-12-30 9:58 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-12-30 9:58 UTC (permalink / raw
To: gentoo-commits
jlec 13/12/30 09:58:07
Added: zmap-1.1.1-json-c.patch
Log:
net-analyzer/zmap: Backport patch for json-c's pkg-config file rename, #496364
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.1 net-analyzer/zmap/files/zmap-1.1.1-json-c.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/files/zmap-1.1.1-json-c.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/files/zmap-1.1.1-json-c.patch?rev=1.1&content-type=text/plain
Index: zmap-1.1.1-json-c.patch
===================================================================
From 08c00b66555612ed69d7f253b277f44cf8da0c62 Mon Sep 17 00:00:00 2001
From: Justin Lecher <jlec@gentoo.org>
Date: Mon, 30 Dec 2013 10:50:34 +0100
Subject: [PATCH] Fix name of josn-c pkg-config file
Over 2 years ago json-c renamed its pc file from json.pc -> json-c.pc.
Signed-off-by: Justin Lecher <jlec@gentoo.org>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebf9316..a9c8e5a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,7 +52,7 @@ endif()
if(WITH_JSON)
include(FindPkgConfig)
- pkg_check_modules(JSON json)
+ pkg_check_modules(JSON json-c)
if(JSON_FOUND)
include_directories(JSON_INCLUDE_DIRS)
else()
--
1.8.5.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-30 9:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 9:58 [gentoo-commits] gentoo-x86 commit in net-analyzer/zmap/files: zmap-1.1.1-json-c.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox