pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/rawtherapee rawtherapee: do not force linking...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab6b938bb8f6
branches: trunk
changeset: 390610:ab6b938bb8f6
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 24 01:19:23 2022 +0000
description:
rawtherapee: do not force linking against libatomic on NetBSD
Fixes build.
diffstat:
graphics/rawtherapee/distinfo | 3 ++-
graphics/rawtherapee/patches/patch-rtgui_CMakeLists.txt | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r eaee8acc075b -r ab6b938bb8f6 graphics/rawtherapee/distinfo
--- a/graphics/rawtherapee/distinfo Sat Dec 24 00:10:26 2022 +0000
+++ b/graphics/rawtherapee/distinfo Sat Dec 24 01:19:23 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:50 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/12/24 01:19:23 wiz Exp $
BLAKE2s (rawtherapee-5.6.tar.xz) = c23a419ece2a813ac0f67b68b7286ad5e0b9ced26b0bf61f8eb073d34dddac22
SHA512 (rawtherapee-5.6.tar.xz) = 2c751c7631ea2ef65c334fa0baab16d4c3161fae66487870c476f07f1ea3604a5e28a251fd98d9688cafc088302af7aa6e28e9b27a37f916715708ed5e731f0f
Size (rawtherapee-5.6.tar.xz) = 12083264 bytes
SHA1 (patch-CMakeLists.txt) = 64cd18cf84a8902043938ca5127857a8785b6d80
+SHA1 (patch-rtgui_CMakeLists.txt) = fb0aba9ef689c00559925e03df4e29993e671b4c
diff -r eaee8acc075b -r ab6b938bb8f6 graphics/rawtherapee/patches/patch-rtgui_CMakeLists.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/rawtherapee/patches/patch-rtgui_CMakeLists.txt Sat Dec 24 01:19:23 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-rtgui_CMakeLists.txt,v 1.1 2022/12/24 01:19:23 wiz Exp $
+
+libatomic not needed on NetBSD either.
+
+--- rtgui/CMakeLists.txt.orig 2019-04-20 19:56:55.000000000 +0000
++++ rtgui/CMakeLists.txt
+@@ -235,7 +235,7 @@ else()
+ endif()
+
+ # Excluding libatomic needed by Clang/FreeBSD, #3636
+-if(OPENMP_FOUND AND NOT APPLE AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
++if(OPENMP_FOUND AND NOT APPLE AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD" AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "NetBSD")
+ set(EXTRA_LIB_RTGUI ${EXTRA_LIB_RTGUI} "atomic")
+ endif()
+
Home |
Main Index |
Thread Index |
Old Index