aboutsummaryrefslogtreecommitdiff
path: root/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake')
-rw-r--r--devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake b/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake
index af718e130363..7e1abe992b54 100644
--- a/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake
+++ b/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake
@@ -1,11 +1,11 @@
---- cmake/FindQCustomPlot.cmake.orig 2022-12-21 10:52:32 UTC
+--- cmake/FindQCustomPlot.cmake.orig 2024-04-25 19:14:17 UTC
+++ cmake/FindQCustomPlot.cmake
-@@ -32,7 +32,7 @@
+@@ -30,7 +30,7 @@
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- find_library(QCustomPlot_LIBRARY
-- NAMES qcustomplot qcustomplot-qt5
-+ NAMES QCustomPlot-qt5
- )
+-find_library(QCustomPlot_LIBRARY NAMES qcustomplot-qt${QT_MAJOR_VERSION} qcustomplot)
++find_library(QCustomPlot_LIBRARY NAMES QCustomPlot-qt${QT_MAJOR_VERSION})
set(QCustomPlot_LIBRARIES "${QCustomPlot_LIBRARY}")
+ find_path(QCustomPlot_INCLUDE_DIR NAMES qcustomplot.h)