all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52811] [PATCH]: gnu: rawtherapee: Fix build
@ 2021-12-26 20:34 Sharlatan Hellseher
  2021-12-26 21:28 ` bug#52811: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-12-26 20:34 UTC (permalink / raw)
  To: 52811

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

Sharlatan Hellseher (1):
  gnu: rawtherapee: Fix build

 gnu/packages/photo.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


base-commit: ea780316b0d8063d58994ca37bb503204b0f3af5


-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-rawtherapee-Fix-build.patch --]
[-- Type: text/x-patch, Size: 954 bytes --]

From ddee10cbb671069bc828d375ded1fb1d742c311e Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 26 Dec 2021 20:29:22 +0000
Subject: [PATCH 1/1] gnu: rawtherapee: Fix build

* gnu/packages/photo.scm: (rawtherapee): Fix build
---
 gnu/packages/photo.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index fa603a60be..e6f26c3b72 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -770,7 +770,8 @@ (define-public rawtherapee
              "-DPROC_TARGET_NUMBER=1"
              ;; These flags are recommended by upstream for distributed packages.
              ;; See the file 'RELEASE_NOTES.txt' in the source distribution.
-             "-O3"
+             "-DCMAKE_CXX_FLAGS=-O3 -fPIC"
+             "-DCMAKE_C_FLAGS=-O3 -fPIC"
              "-DCACHE_NAME_SUFFIX=\"\"")))
     (native-inputs
      (list pkg-config))
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52811: [PATCH]: gnu: rawtherapee: Fix build
  2021-12-26 20:34 [bug#52811] [PATCH]: gnu: rawtherapee: Fix build Sharlatan Hellseher
@ 2021-12-26 21:28 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-12-26 21:28 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 52811-done


>   gnu: rawtherapee: Fix build

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-26 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-26 20:34 [bug#52811] [PATCH]: gnu: rawtherapee: Fix build Sharlatan Hellseher
2021-12-26 21:28 ` bug#52811: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.