summaryrefslogtreecommitdiff
path: root/dev-db/qt5-sqlcipher/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-db/qt5-sqlcipher/files
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-db/qt5-sqlcipher/files')
-rw-r--r--dev-db/qt5-sqlcipher/files/qt5-sqlcipher-install-path.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-install-path.patch b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-install-path.patch
deleted file mode 100644
index d5eb79f5f04e..000000000000
--- a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-install-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- qt5-sqlcipher-orig/CMakeLists.txt
-+++ qt5-sqlcipher/CMakeLists.txt
-@@ -120,8 +120,7 @@
- INSTALL(TARGETS qsqlcipher DESTINATION lib/i386-linux-gnu/qt5/plugins/sqldrivers)
- endif()
- else()
-- message(WARNING "Packaging is not set up for this platform, either submit a ticket or change/add pathes yourself, if packaging is required.")
-- INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)
-+ INSTALL(TARGETS qsqlcipher DESTINATION @LIBDIR@/qt5/plugins/sqldrivers)
- endif()
- else()
- INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)