diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-12-16 23:41:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-17 01:18:31 +0700 |
commit | b4998a9d87cec831f236601ba71a4633c5b9edaf (patch) | |
tree | aa346c7ba04671e2a4180f23a5bb52b99963eae5 /libraries/sqlpp11/sqlpp11.patch | |
parent | 70531054c49799ca9eb1820470c73f122652cdd1 (diff) |
libraries/sqlpp11: Added (A type safe SQL template library for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/sqlpp11/sqlpp11.patch')
-rw-r--r-- | libraries/sqlpp11/sqlpp11.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/sqlpp11/sqlpp11.patch b/libraries/sqlpp11/sqlpp11.patch new file mode 100644 index 000000000000..c405b865876c --- /dev/null +++ b/libraries/sqlpp11/sqlpp11.patch @@ -0,0 +1,13 @@ +Only in sqlpp11-0.43: .CMakeLists.txt.un~ +diff -ur sqlpp11-0.43.old/CMakeLists.txt sqlpp11-0.43/CMakeLists.txt +--- sqlpp11-0.43.old/CMakeLists.txt 2016-09-13 17:04:51.000000000 -0300 ++++ sqlpp11-0.43/CMakeLists.txt 2016-12-13 18:21:29.848155499 -0200 +@@ -87,7 +87,7 @@ + COPYONLY + ) + +-set(ConfigPackageLocation lib/cmake/Sqlpp11) ++set(ConfigPackageLocation "lib${LIB_SUFFIX}/cmake/Sqlpp11") + install(EXPORT Sqlpp11Targets + FILE + Sqlpp11Targets.cmake |