mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 02:00:29 +02:00
gnu: ganv: Remove GCC5 workaround.
* gnu/packages/gtk.scm (ganv)[arguments]: Dont set CXXFLAGS.
This commit is contained in:
@@ -297,8 +297,6 @@ functions which were removed.")
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'set-flags
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
;; Compile with C++11, required by gtkmm.
|
||||
(setenv "CXXFLAGS" "-std=c++11")
|
||||
;; Allow 'bin/ganv_bench' to find libganv-1.so.
|
||||
(setenv "LDFLAGS"
|
||||
(string-append "-Wl,-rpath="
|
||||
|
||||
Reference in New Issue
Block a user