From a30388030041676f8827818e431ccb34a250b947 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Sat, 4 Jan 2025 05:24:53 +1000 Subject: [PATCH] Update ros-jazzy-rviz-ogre-vendor.patch --- patch/ros-jazzy-rviz-ogre-vendor.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/patch/ros-jazzy-rviz-ogre-vendor.patch b/patch/ros-jazzy-rviz-ogre-vendor.patch index 507d530b..7bf3031b 100644 --- a/patch/ros-jazzy-rviz-ogre-vendor.patch +++ b/patch/ros-jazzy-rviz-ogre-vendor.patch @@ -1,3 +1,16 @@ +diff --git a/rviz_ogre_vendor/CMakeLists.txt b/rviz_ogre_vendor/CMakeLists.txt +index 8d23a299a..5154e4477 100644 +--- a/rviz_ogre_vendor/CMakeLists.txt ++++ b/rviz_ogre_vendor/CMakeLists.txt +@@ -76,7 +76,7 @@ endif() + + if(APPLE) + list(APPEND OGRE_CMAKE_ARGS -DOGRE_ENABLE_PRECOMPILED_HEADERS:BOOL=OFF) +- list(APPEND OGRE_CMAKE_ARGS -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64) ++ # list(APPEND OGRE_CMAKE_ARGS -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64) + endif() + + ament_vendor(ogre_vendor diff --git a/patches/0005-fix-macos-arm64.patch b/patches/0005-fix-macos-arm64.patch new file mode 100644 index 000000000..9494cc9ae