aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mrc/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /devel/mrc/files/patch-CMakeLists.txt
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'devel/mrc/files/patch-CMakeLists.txt')
-rw-r--r--devel/mrc/files/patch-CMakeLists.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/mrc/files/patch-CMakeLists.txt b/devel/mrc/files/patch-CMakeLists.txt
index e02908a0b67a..52216a326af3 100644
--- a/devel/mrc/files/patch-CMakeLists.txt
+++ b/devel/mrc/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2025-01-28 12:11:06 UTC
+--- CMakeLists.txt.orig 2025-05-26 08:12:33 UTC
+++ CMakeLists.txt
-@@ -122,7 +122,7 @@ endif()
+@@ -100,7 +100,7 @@ endif()
endif()
endif()
@@ -9,11 +9,3 @@
if(WIN32)
install(FILES cmake/mrc-config.cmake DESTINATION cmake)
-@@ -132,6 +132,6 @@ endif()
- install(FILES doc/mrc.1 DESTINATION share/man/man1)
- endif()
-
--install(DIRECTORY examples DESTINATION share/doc/mrc/)
-+#install(DIRECTORY example DESTINATION share/doc/mrc/)
-
- # add_subdirectory(examples/simple)