From f8e5c8d39b13c99ad9ca6e959d88ed5aaa11d4e1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 20 Jun 2020 14:29:28 +0000 Subject: [PATCH] Correct the call to pkgconf In older pkgconf, pkgconf --version and pkgconf --modversion were both printing out the version of the .pc modules, for compatibility with freedesktop pkg-config behaviour. This compatibility has been removed in order for pkgconf to print its own version and modversion actually is the switch to ask for the module version --- sysutils/fusefs-smbnetfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile index 9c7a81bcab91..42d62d8750c2 100644 --- a/sysutils/fusefs-smbnetfs/Makefile +++ b/sysutils/fusefs-smbnetfs/Makefile @@ -50,7 +50,7 @@ LDFLAGS+= -lthr .else FUSEPKG= fuse .endif -FUSE_VERSION= "`pkgconf --version ${FUSEPKG} | \ +FUSE_VERSION= "`pkgconf --modversion ${FUSEPKG} | \ ${SED} -E 's,^([0-9]+)\.([0-9]+)\..*,\1\2,'`" .include