me
/
guix
Archived
1
0
Fork 0

gnu: rawtherapee: Fix build.

* gnu/packages/photo.scm: (rawtherapee): Fix build.
master
Sharlatan Hellseher 2021-12-26 20:29:22 +00:00 committed by Mathieu Othacehe
parent 17d7343df8
commit 6445f412b9
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -770,7 +770,8 @@ a complete panorama and stitch any series of overlapping pictures.")
"-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))