From 605f698f508cb0afb0b7c4fb6b5f9c1345813cd2 Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Tue, 4 Aug 2020 18:31:28 +0000 Subject: [PATCH] devel/libffi321: Fix ldconfig path. PR: 248391 Submitted by: mikael Approved by: zeising --- devel/libffi321/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libffi321/Makefile b/devel/libffi321/Makefile index 75def67f97f1..fb5be17e4be7 100644 --- a/devel/libffi321/Makefile +++ b/devel/libffi321/Makefile @@ -3,6 +3,7 @@ PORTNAME= libffi PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SOURCEWARE/${PORTNAME} PKGNAMESUFFIX= 321 @@ -14,7 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= libtool -USE_LDCONFIG= yes +USE_LDCONFIG= ${PREFIX}/lib/compat GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib/compat \ --disable-static