devel/libffi321: Fix ldconfig path.
PR: 248391 Submitted by: mikael Approved by: zeising
This commit is contained in:
parent
50db1af054
commit
605f698f50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544181
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue