From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- .../yajl/files/yajl-2.0.4-pkgconfig_multilib.patch | 40 ---------------------- dev-libs/yajl/files/yajl-fix_static_linking.patch | 24 ------------- 2 files changed, 64 deletions(-) delete mode 100644 dev-libs/yajl/files/yajl-2.0.4-pkgconfig_multilib.patch delete mode 100644 dev-libs/yajl/files/yajl-fix_static_linking.patch (limited to 'dev-libs/yajl/files') diff --git a/dev-libs/yajl/files/yajl-2.0.4-pkgconfig_multilib.patch b/dev-libs/yajl/files/yajl-2.0.4-pkgconfig_multilib.patch deleted file mode 100644 index 4a01848acd49..000000000000 --- a/dev-libs/yajl/files/yajl-2.0.4-pkgconfig_multilib.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 409098e97292aa1698ddff7f34dd8099db41a550 Mon Sep 17 00:00:00 2001 -From: ksergey -Date: Tue, 28 Jan 2014 00:35:36 -0500 -Subject: [PATCH] fixed pkgconfig file path - ---- - src/CMakeLists.txt | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index e36b736..27b7c7d 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -30,7 +30,7 @@ ADD_DEFINITIONS(-DYAJL_BUILD) - # set up some paths - SET (libDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/lib) - SET (incDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/include/yajl) --SET (shareDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/share/pkgconfig) -+SET (pkgConfigDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/lib/pkgconfig) - - # set the output path for libraries - SET(LIBRARY_OUTPUT_PATH ${libDir}) -@@ -61,7 +61,7 @@ FILE(MAKE_DIRECTORY ${incDir}) - # generate build-time source - SET(dollar $) - CONFIGURE_FILE(api/yajl_version.h.cmake ${incDir}/yajl_version.h) --CONFIGURE_FILE(yajl.pc.cmake ${shareDir}/yajl.pc) -+CONFIGURE_FILE(yajl.pc.cmake ${pkgConfigDir}/yajl.pc) - - # copy public headers to output directory - FOREACH (header ${PUB_HDRS}) -@@ -82,5 +82,5 @@ IF(NOT WIN32) - INSTALL(TARGETS yajl_s ARCHIVE DESTINATION lib${LIB_SUFFIX}) - INSTALL(FILES ${PUB_HDRS} DESTINATION include/yajl) - INSTALL(FILES ${incDir}/yajl_version.h DESTINATION include/yajl) -- INSTALL(FILES ${shareDir}/yajl.pc DESTINATION share/pkgconfig) -+ INSTALL(FILES ${pkgConfigDir}/yajl.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig) - ENDIF() --- -1.8.5.5 diff --git a/dev-libs/yajl/files/yajl-fix_static_linking.patch b/dev-libs/yajl/files/yajl-fix_static_linking.patch deleted file mode 100644 index 56bf0e737319..000000000000 --- a/dev-libs/yajl/files/yajl-fix_static_linking.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urN lloyd-yajl-f4baae0.old//reformatter/CMakeLists.txt lloyd-yajl-f4baae0//reformatter/CMakeLists.txt ---- lloyd-yajl-f4baae0.old//reformatter/CMakeLists.txt 2010-07-22 00:12:15.000000000 +0200 -+++ lloyd-yajl-f4baae0//reformatter/CMakeLists.txt 2011-02-11 19:28:40.006756997 +0100 -@@ -42,7 +42,7 @@ - - ADD_EXECUTABLE(json_reformat ${SRCS}) - --TARGET_LINK_LIBRARIES(json_reformat yajl_s) -+TARGET_LINK_LIBRARIES(json_reformat yajl) - - # copy the binary into the output directory - GET_TARGET_PROPERTY(binPath json_reformat LOCATION) -diff -urN lloyd-yajl-f4baae0.old//verify/CMakeLists.txt lloyd-yajl-f4baae0//verify/CMakeLists.txt ---- lloyd-yajl-f4baae0.old//verify/CMakeLists.txt 2010-07-22 00:12:15.000000000 +0200 -+++ lloyd-yajl-f4baae0//verify/CMakeLists.txt 2011-02-11 19:28:58.296756998 +0100 -@@ -42,7 +42,7 @@ - - ADD_EXECUTABLE(json_verify ${SRCS}) - --TARGET_LINK_LIBRARIES(json_verify yajl_s) -+TARGET_LINK_LIBRARIES(json_verify yajl) - - # copy in the binary - GET_TARGET_PROPERTY(binPath json_verify LOCATION) -- cgit v1.2.3