From 4bd74f8d8a1edfaaa25bc82c9fc76ddc8f97baee Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 15 Dec 2022 11:32:46 -0500 Subject: net-libs/libquotient: new package, add 0.6.99 --- net-libs/libquotient/files/libquotient-0.7-no-android.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net-libs/libquotient/files/libquotient-0.7-no-android.patch (limited to 'net-libs/libquotient/files/libquotient-0.7-no-android.patch') diff --git a/net-libs/libquotient/files/libquotient-0.7-no-android.patch b/net-libs/libquotient/files/libquotient-0.7-no-android.patch new file mode 100644 index 0000000..453271e --- /dev/null +++ b/net-libs/libquotient/files/libquotient-0.7-no-android.patch @@ -0,0 +1,13 @@ +--- a/CMakeLists.txt 2022-12-15 11:30:50.177593852 -0500 ++++ b/CMakeLists.txt 2022-11-21 12:15:34.000000000 -0500 +@@ -381,9 +381,7 @@ + "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake" + DESTINATION ${CMakeFilesLocation} + ) +-if (ANDROID) +- install(EXPORT_ANDROID_MK ${PROJECT_NAME}Targets DESTINATION ${CMAKE_INSTALL_DATADIR}/ndk-modules) +-endif () ++install(EXPORT_ANDROID_MK ${PROJECT_NAME}Targets DESTINATION ${CMAKE_INSTALL_DATADIR}/ndk-modules) + + if (WIN32) + install(FILES mime/packages/freedesktop.org.xml DESTINATION mime/packages) -- cgit v1.2.3