all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 52811@debbugs.gnu.org
Subject: [bug#52811] [PATCH]: gnu: rawtherapee: Fix build
Date: Sun, 26 Dec 2021 20:34:05 +0000	[thread overview]
Message-ID: <CAO+9K5pCeSjqVUM74Rd09+w9p_CD597FnoTEwHmq2NyfPzw+aA@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2021-12-26 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-26 20:34 Sharlatan Hellseher [this message]
2021-12-26 21:28 ` bug#52811: [PATCH]: gnu: rawtherapee: Fix build Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO+9K5pCeSjqVUM74Rd09+w9p_CD597FnoTEwHmq2NyfPzw+aA@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=52811@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.