summaryrefslogtreecommitdiff
path: root/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-tests-no-install.patch
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-01-01 00:20:46 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-01-01 03:13:04 -0500
commitd05a0a16218bf86412d41a673bc9606448efa9fd (patch)
treede4b334c9b67cd91f0751d059d7d0ece962bbeb7 /dev-cpp/rapidyaml/files/rapidyaml-0.3.0-tests-no-install.patch
parent777ed184b12aca9469ab2d8339a2f168e40f338a (diff)
downloadgentoo-d05a0a16218bf86412d41a673bc9606448efa9fd.tar.gz
gentoo-d05a0a16218bf86412d41a673bc9606448efa9fd.tar.bz2
gentoo-d05a0a16218bf86412d41a673bc9606448efa9fd.zip
dev-cpp/rapidyaml: initial import, version 0.3.0
Originally thought to make c4core a separate package, but upstream's rather custom cmake files complicate this and it feels more like a private library (same upstream). It also caused PCSX2 build to fail due to needing to link with c4core as well if it's not builtin. May need revisiting if another package ever depends on c4core directly or want to package the similar test deps (c4fs/c4log). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-cpp/rapidyaml/files/rapidyaml-0.3.0-tests-no-install.patch')
-rw-r--r--dev-cpp/rapidyaml/files/rapidyaml-0.3.0-tests-no-install.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-tests-no-install.patch b/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-tests-no-install.patch
new file mode 100644
index 000000000000..97aeb72ee1a5
--- /dev/null
+++ b/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-tests-no-install.patch
@@ -0,0 +1,18 @@
+--- a/ext/c4fs/CMakeLists.txt
++++ b/ext/c4fs/CMakeLists.txt
+@@ -18,6 +18,4 @@
+ )
+
+-c4_install_target(c4fs)
+-c4_install_exports()
+
+ c4_add_dev_targets()
+--- a/ext/c4log/CMakeLists.txt
++++ b/ext/c4log/CMakeLists.txt
+@@ -21,6 +21,4 @@
+ )
+
+-c4_install_target(c4log)
+-c4_install_exports()
+
+ c4_add_dev_targets()