From fb3d29e76f776fc765de5bdd7546a2398be125ea Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 30 Jul 2025 08:53:27 +0900 Subject: [PATCH] gnu: gpac: Remove extraneous configure flag. * gnu/packages/video.scm (gpac) [#:configure-flags]: Remove --extra-cflags workaround, not needed after all. Change-Id: I83e05cdc5343e77ea8ccc9b2f831df4db07549b6 --- gnu/packages/video.scm | 6 ------ 1 file changed, 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: - ;; ). - (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.