summaryrefslogtreecommitdiff
path: root/dev-util/krazy2/files
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-01-16 04:26:03 +1100
committerMichael Palimaka <kensington@gentoo.org>2013-01-16 04:26:17 +1100
commit14fba874400dbd4ae6232e10e2635d24bae7d44a (patch)
tree5e0d77375c638911d68736fc7a0e9b6b05def56d /dev-util/krazy2/files
parente66fc38fcc64042fef85beed4ebd7f8ff0036afd (diff)
downloadkde-14fba874400dbd4ae6232e10e2635d24bae7d44a.tar.gz
kde-14fba874400dbd4ae6232e10e2635d24bae7d44a.tar.bz2
kde-14fba874400dbd4ae6232e10e2635d24bae7d44a.zip
[dev-util/krazy2] Install plugin libraries correctly.
Package-Manager: portage-2.1.11.41
Diffstat (limited to 'dev-util/krazy2/files')
-rw-r--r--dev-util/krazy2/files/krazy2-9999-libs.patch35
1 files changed, 35 insertions, 0 deletions
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)
+