[PATCH]: gnu: rawtherapee: Fix build

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 3 years ago
(address . guix-patches@gnu.org)
CAO+9K5pCeSjqVUM74Rd09+w9p_CD597FnoTEwHmq2NyfPzw+aA@mail.gmail.com
Sharlatan Hellseher (1):
gnu: rawtherapee: Fix build
gnu/packages/photo.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
base-commit: ea780316b0d8063d58994ca37bb503204b0f3af5
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
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(-)

Toggle diff (16 lines)
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
Mathieu Othacehe wrote 3 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 52811-done@debbugs.gnu.org)
87v8zbm4y5.fsf@gnu.org
Toggle quote (2 lines)
> gnu: rawtherapee: Fix build

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52811@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52811
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help