summarylogtreecommitdiffstats
path: root/jsoncpp.patch
diff options
context:
space:
mode:
authorShane Chen2019-04-17 17:08:23 +0800
committerShane Chen2019-05-01 21:03:15 +0800
commitcafd47f4589ac56ea10d7322ca78961056aa1a84 (patch)
treed48821897784c526c781e84452d615d9da818ddc /jsoncpp.patch
parentaec6c02d1a3644c5fd69fc47ade4298464c3876b (diff)
downloadaur-cafd47f4589ac56ea10d7322ca78961056aa1a84.tar.gz
domjudge: new upstream release 7.0.0
Diffstat (limited to 'jsoncpp.patch')
-rw-r--r--jsoncpp.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/jsoncpp.patch b/jsoncpp.patch
deleted file mode 100644
index 2cdd754c1b42..000000000000
--- a/jsoncpp.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.orig 2015-08-12 20:07:13.946754173 +0200
-+++ configure 2015-08-12 20:07:28.439986151 +0200
-@@ -6442,9 +6442,9 @@
-
-
-
--for ac_header in jsoncpp/json/json.h
-+for ac_header in json/json.h
- do :
-- ac_fn_cxx_check_header_mongrel "$LINENO" "jsoncpp/json/json.h" "ac_cv_header_jsoncpp_json_json_h" "$ac_includes_default"
-+ ac_fn_cxx_check_header_mongrel "$LINENO" "json/json.h" "ac_cv_header_jsoncpp_json_json_h" "$ac_includes_default"
- if test "x$ac_cv_header_jsoncpp_json_json_h" = xyes; then :
- cat >>confdefs.h <<_ACEOF
- #define HAVE_JSONCPP_JSON_JSON_H 1
---- submit/submit.cc.orig 2015-08-12 20:28:45.377704085 +0200
-+++ submit/submit.cc 2015-08-12 20:28:56.307629469 +0200
-@@ -27,7 +27,7 @@
- #include <termios.h>
- #include <curl/curl.h>
- #include <curl/easy.h>
--#include <jsoncpp/json/json.h>
-+#include <json/json.h>
- #ifdef HAVE_MAGIC_H
- #include <magic.h>
- #endif