Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2020 18:31:28 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544181 - head/devel/libffi321
Message-ID:  <202008041831.074IVSNv060006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Tue Aug  4 18:31:28 2020
New Revision: 544181
URL: https://svnweb.freebsd.org/changeset/ports/544181

Log:
  devel/libffi321: Fix ldconfig path.
  
  PR:		248391
  Submitted by:	mikael
  Approved by:	zeising

Modified:
  head/devel/libffi321/Makefile

Modified: head/devel/libffi321/Makefile
==============================================================================
--- head/devel/libffi321/Makefile	Tue Aug  4 18:27:31 2020	(r544180)
+++ head/devel/libffi321/Makefile	Tue Aug  4 18:31:28 2020	(r544181)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008041831.074IVSNv060006>