gnu: ganv: Remove GCC5 workaround.

* gnu/packages/gtk.scm (ganv)[arguments]: Dont set CXXFLAGS.
master
Marius Bakke 2019-07-03 00:42:53 +02:00
parent 0d75c64d78
commit cdeb3e39a8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -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="