summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-06-29 22:10:22 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-01 07:34:23 +0000
commit58cff433633244d936dc2d2f02fe492c8d060ed7 (patch)
tree33ff9e66e5306363be82716a8f829346d4716571
parentx11-misc/gpaste: VALA_MIN_API_VERSION 0.30, fixes #582644 (diff)
downloadgentoo-58cff433633244d936dc2d2f02fe492c8d060ed7.tar.gz
gentoo-58cff433633244d936dc2d2f02fe492c8d060ed7.tar.bz2
gentoo-58cff433633244d936dc2d2f02fe492c8d060ed7.zip
app-admin/sagan: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1796 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--app-admin/sagan/files/json_header_location.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-admin/sagan/files/json_header_location.patch b/app-admin/sagan/files/json_header_location.patch
deleted file mode 100644
index 78a34886a73d..000000000000
--- a/app-admin/sagan/files/json_header_location.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/configure.ac b/configure.ac
---- a/configure.ac
-+++ b/configure.ac
-@@ -194,7 +194,7 @@
- if test "$LOGNORM" = "yes"; then
- AC_MSG_RESULT([------- liblognorm support is enabled -------])
- AC_CHECK_HEADER([liblognorm.h])
-- AC_CHECK_HEADERS([json/json.h json.h], [break], [AC_MSG_ERROR([json-c headers not found or not usable.
-+ AC_CHECK_HEADERS([json-c/json.h json.h], [break], [AC_MSG_ERROR([json-c headers not found or not usable.
- This library is important for the correlation aspects of Sagan! Please see
- https://wiki.quadrantsec.com/bin/view/Main/LibLogNorm. To disable this feature
- use the --disable-lognorm flag.])])
-diff --git a/src/sagan-liblognorm.c b/src/sagan-liblognorm.c
---- a/src/sagan-liblognorm.c
-+++ b/src/sagan-liblognorm.c
-@@ -40,9 +40,7 @@
- #include <lognorm.h>
-
- #if defined(HAVE_JSON_JSON_H)
--# include <json/json.h>
--#else
--# include <json.h>
-+# include <json-c/json.h>
- #endif
-
- #include "sagan.h"