mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rawtherapee: Fix build.
* gnu/packages/photo.scm: (rawtherapee): Fix build.
This commit is contained in:
parent
17d7343df8
commit
6445f412b9
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue