From 14fba874400dbd4ae6232e10e2635d24bae7d44a Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Wed, 16 Jan 2013 04:26:03 +1100 Subject: [dev-util/krazy2] Install plugin libraries correctly. Package-Manager: portage-2.1.11.41 --- dev-util/krazy2/files/krazy2-9999-libs.patch | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dev-util/krazy2/files/krazy2-9999-libs.patch (limited to 'dev-util/krazy2/files/krazy2-9999-libs.patch') diff --git a/dev-util/krazy2/files/krazy2-9999-libs.patch b/dev-util/krazy2/files/krazy2-9999-libs.patch new file mode 100644 index 00000000000..f943db1d0ef --- /dev/null +++ b/dev-util/krazy2/files/krazy2-9999-libs.patch @@ -0,0 +1,35 @@ +diff --git a/cppchecks/cplusplus/cppmodel/CMakeLists.txt b/cppchecks/cplusplus/cppmodel/CMakeLists.txt +index ecdcdd8..a075415 100644 +--- a/cppchecks/cplusplus/cppmodel/CMakeLists.txt ++++ b/cppchecks/cplusplus/cppmodel/CMakeLists.txt +@@ -20,7 +20,5 @@ add_library(cppmodel SHARED ${cppmodel_SRCS}) + target_link_libraries(cppmodel preprocessor cpp_parser ${QT_QTCORE_LIBRARY}) + set_target_properties(cppmodel PROPERTIES DEFINE_SYMBOL CPLUSPLUSMODEL_BUILD_LIB) + +-if(WIN32) + install(TARGETS cppmodel ${INSTALL_TARGETS_DEFAULT_ARGS}) +-endif(WIN32) + +diff --git a/cppchecks/cplusplus/parser/CMakeLists.txt b/cppchecks/cplusplus/parser/CMakeLists.txt +index 08382f4..a57e037 100644 +--- a/cppchecks/cplusplus/parser/CMakeLists.txt ++++ b/cppchecks/cplusplus/parser/CMakeLists.txt +@@ -45,6 +45,4 @@ include_directories(${QT_INCLUDES}) + add_library(cpp_parser SHARED ${cplusplus_SRCS}) + set_target_properties(cpp_parser PROPERTIES DEFINE_SYMBOL CPLUSPLUS_BUILD_LIB) + +-if(WIN32) + install(TARGETS cpp_parser ${INSTALL_TARGETS_DEFAULT_ARGS}) +-endif(WIN32) +diff --git a/cppchecks/cplusplus/preprocessor/CMakeLists.txt b/cppchecks/cplusplus/preprocessor/CMakeLists.txt +index 6251d44..44ed8df 100644 +--- a/cppchecks/cplusplus/preprocessor/CMakeLists.txt ++++ b/cppchecks/cplusplus/preprocessor/CMakeLists.txt +@@ -17,7 +17,5 @@ add_library(preprocessor SHARED ${preproc_SRCS}) + target_link_libraries(preprocessor cpp_parser ${QT_QTCORE_LIBRARY}) + set_target_properties(preprocessor PROPERTIES DEFINE_SYMBOL CPLUSPLUSPREPROCESSOR_BUILD_LIB) + +-if(WIN32) + install(TARGETS preprocessor ${INSTALL_TARGETS_DEFAULT_ARGS}) +-endif(WIN32) + -- cgit v1.2.3