summaryrefslogtreecommitdiff
path: root/net-libs
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-12-15 11:36:12 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-12-15 11:36:12 -0500
commitf99870c5ba6f17145c928b364932699a40c0cd2c (patch)
tree33b09e53a20b245cbb6af30be60c5df1b22fe6d5 /net-libs
parent87164d0194c700690e1f3d02f6245d1a010a1a6d (diff)
downloadppo-f99870c5ba6f17145c928b364932699a40c0cd2c.tar.xz
oops wrong patch
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libquotient/Manifest2
-rw-r--r--net-libs/libquotient/files/libquotient-0.7-no-android.patch14
2 files changed, 8 insertions, 8 deletions
diff --git a/net-libs/libquotient/Manifest b/net-libs/libquotient/Manifest
index cbb01eb..f2bdad0 100644
--- a/net-libs/libquotient/Manifest
+++ b/net-libs/libquotient/Manifest
@@ -1,3 +1,3 @@
-AUX libquotient-0.7-no-android.patch 584 BLAKE2B be2df9bb4fe617f4e69085ff0691dce216e44ef4b8112f0f984669bd381b1843a89ca884600ee73c4b335667ad7d9d59adb8194e970f777780290e27c3424a50 SHA512 fcdb60abf73ac3007d63cb24bb013d0c14cc92c71122e45b0fe7181a1ada94328443f491453015be0c365906fa56ba2eddcfa00f995b963c217c8536b7bbebb7
+AUX libquotient-0.7-no-android.patch 584 BLAKE2B a5e0ed2c7e73fe865765c31eaba34f0cd22a6e0c3ab175b77e7dc6416cc76504d66ec71251b031f937961f47184a9e9680866f49ddd23a44605ad2c2b17cc97a SHA512 3fdc2901a7e3e1ab6aefb8ec0e8d6bcd815642e6f45915fe40b5eca3722eb127af72694018d918afbee6308c97a896be6a417abbf641922a861f92c6c9422648
DIST libquotient-0.6.99.tar.gz 665659 BLAKE2B b048996259069ea01e89738e59992f3b79277d07075b34893a64cbd8b8cf92ec43356d67d42bfa3d9e25a06f971c09e33163d0f6f0a4ca1eaa5b1c9bbb6c0f71 SHA512 b92dcffc921f3482019d575ba7fc5e9921550169ef43886cbb91d0f7c2cf9f3f949891a42b89ca0f1cc5454d467efae049d95c4e7f68d33c36cc2576db4a60f9
EBUILD libquotient-0.6.99.ebuild 842 BLAKE2B 0bacbc053b2cafc561964ee24ec561ef6a28ca62226538bdce5dd88d0806f9cdca63de7b2fd82e64f4fa2b76fb0026a2f06c7ed6e210b775c78b96a07aaf6700 SHA512 4c33538cf29dc446c0d2e00a441ea4ad8c5fdbed7e17e03d17bfa1ed0089b873f33afeb6d45531d892f751a510a51a706a8b9963ec9d789c4ac26398e39e00b1
diff --git a/net-libs/libquotient/files/libquotient-0.7-no-android.patch b/net-libs/libquotient/files/libquotient-0.7-no-android.patch
index 453271e..5d18433 100644
--- a/net-libs/libquotient/files/libquotient-0.7-no-android.patch
+++ b/net-libs/libquotient/files/libquotient-0.7-no-android.patch
@@ -1,13 +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 @@
+--- a/CMakeLists.txt 2022-11-21 12:15:34.000000000 -0500
++++ b/CMakeLists.txt 2022-12-15 11:30:50.177593852 -0500
+@@ -381,7 +381,9 @@
"${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)
+-install(EXPORT_ANDROID_MK ${PROJECT_NAME}Targets DESTINATION ${CMAKE_INSTALL_DATADIR}/ndk-modules)
++if (ANDROID)
++ install(EXPORT_ANDROID_MK ${PROJECT_NAME}Targets DESTINATION ${CMAKE_INSTALL_DATADIR}/ndk-modules)
++endif ()
if (WIN32)
install(FILES mime/packages/freedesktop.org.xml DESTINATION mime/packages)