summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-10 01:31:51 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-06-10 01:31:58 +1000
commit56335380ab00057976683df1ed97167d3e0ab8ae (patch)
tree27831b7a5aaae70aca97bf997dc29c06e7b19c25 /dev-libs/yajl/files
parentx11-misc/qterm: remove old (diff)
downloadgentoo-56335380ab00057976683df1ed97167d3e0ab8ae.tar.gz
gentoo-56335380ab00057976683df1ed97167d3e0ab8ae.tar.bz2
gentoo-56335380ab00057976683df1ed97167d3e0ab8ae.zip
dev-libs/yajl: remove old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/yajl/files')
-rw-r--r--dev-libs/yajl/files/yajl-fix_tests.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-libs/yajl/files/yajl-fix_tests.patch b/dev-libs/yajl/files/yajl-fix_tests.patch
deleted file mode 100644
index b4a6498ced4c..000000000000
--- a/dev-libs/yajl/files/yajl-fix_tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN lloyd-yajl-9c15d72.old/test/run_tests.sh lloyd-yajl-9c15d72//test/run_tests.sh
---- lloyd-yajl-9c15d72.old/test/run_tests.sh 2010-04-04 23:59:51.000000000 +0200
-+++ lloyd-yajl-9c15d72//test/run_tests.sh 2010-04-05 00:00:26.000000000 +0200
-@@ -8,9 +8,9 @@
- # find test binary on both platforms. allow the caller to force a
- # particular test binary (useful for non-cmake build systems).
- if [ -z "$testBin" ]; then
-- testBin="../build/test/Debug/yajl_test.exe"
-+ testBin="./yajl_test.exe"
- if [[ ! -x $testBin ]] ; then
-- testBin="../build/test/yajl_test"
-+ testBin="./yajl_test"
- if [[ ! -x $testBin ]] ; then
- echo "cannot execute test binary: '$testBin'"
- exit 1;