aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libubox/json-pkgconf-detect.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:34:28 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:34:28 +0000
commitfede70d348437c5afc54707a859a9c0e364b6540 (patch)
tree40881fed6c253bbebceaa8a6a58646784297b551 /testing/libubox/json-pkgconf-detect.patch
parent6a4b99cb963051d02ba11f055d29455064717ff3 (diff)
downloadaports-fede70d348437c5afc54707a859a9c0e364b6540.tar.bz2
aports-fede70d348437c5afc54707a859a9c0e364b6540.tar.xz
Revert "testing/libubox: new aport"
Diffstat (limited to 'testing/libubox/json-pkgconf-detect.patch')
-rw-r--r--testing/libubox/json-pkgconf-detect.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/libubox/json-pkgconf-detect.patch b/testing/libubox/json-pkgconf-detect.patch
deleted file mode 100644
index c566fd2b4a..0000000000
--- a/testing/libubox/json-pkgconf-detect.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -13,7 +13,7 @@
- ENDIF()
-
- INCLUDE(FindPkgConfig)
--PKG_CHECK_MODULES(JSONC json-c json)
-+PKG_CHECK_MODULES(JSONC json-c)
- IF(JSONC_FOUND)
- ADD_DEFINITIONS(-DJSONC)
- INCLUDE_DIRECTORIES(${JSONC_INCLUDE_DIRS})