mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gpac: Remove extraneous configure flag.
* gnu/packages/video.scm (gpac) [#:configure-flags]: Remove --extra-cflags workaround, not needed after all. Change-Id: I83e05cdc5343e77ea8ccc9b2f831df4db07549b6
This commit is contained in:
@@ -2422,12 +2422,6 @@ input files is possible, including video files.")
|
||||
(list #:configure-flags
|
||||
#~(list (string-append "--cc=" #$(cc-for-target))
|
||||
(string-append "--cxx=" #$(cxx-for-target))
|
||||
;; Help the configure script correctly detect the
|
||||
;; availability of freetype (see:
|
||||
;; <https://github.com/gpac/gpac/issues/3307>).
|
||||
(format #f "--extra-cflags=-I~a"
|
||||
(search-input-directory %build-inputs
|
||||
"include/freetype2"))
|
||||
"--verbose")
|
||||
;; The test suite is a git submodule that must synchronize its data
|
||||
;; from the network.
|
||||
|
||||
Reference in New Issue
Block a user