diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-30 08:53:27 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-30 08:53:27 +0900 |
commit | fb3d29e76f776fc765de5bdd7546a2398be125ea (patch) | |
tree | ffa44924fccc2ef31c81520d0e79ca700e395a90 | |
parent | d0f25affe547da0366957fe3800fedb99f5214dc (diff) |
gnu: gpac: Remove extraneous configure flag.
* gnu/packages/video.scm (gpac) [#:configure-flags]: Remove --extra-cflags
workaround, not needed after all.
Change-Id: I83e05cdc5343e77ea8ccc9b2f831df4db07549b6
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7c28b72a23..368a01941b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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. |