From a3b9d1b86370d7a325cce47ca0a9947c38067eb7 Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Wed, 8 Jan 2025 19:29:45 -0300 Subject: [PATCH] Remove the openvino pkgconfig search path The openvino package now installs to the standard '/usr' prefix as of version 2024.6.0-2. Now the openvino pkgconfig file is in a standard location, and no more extra config is needed to find it. --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 3820be6..64d6bab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -191,7 +191,6 @@ build() { export CFLAGS+=' -isystem/opt/cuda/include' export LDFLAGS+=' -L/opt/cuda/lib64' - export PKG_CONFIG_PATH="/opt/intel/openvino/runtime/lib/intel64/pkgconfig${PKG_CONFIG_PATH:+":${PKG_CONFIG_PATH}"}" # fix build of libavfilter/asrc_flite.c with gcc 14 export CFLAGS+=' -Wno-incompatible-pointer-types'