ldconfig should find all the libs installed
PR: ports/186543
This commit is contained in:
parent
97d8ffc392
commit
e55fa0d5ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344628
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
PORTNAME= libsidplay2
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio emulators
|
||||
MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
|
||||
DISTNAME= sidplay-libs-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
|
||||
COMMENT= Library to play Commodore 64 SID-tunes cycle accurately
|
||||
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -18,7 +18,7 @@ LIBTOOLFILES= builders/hardsid-builder/configure \
|
|||
libsidplay/configure \
|
||||
libsidutils/configure \
|
||||
resid/configure
|
||||
USE_LDCONFIG= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/sidplay/builders
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
|
||||
|
|
Loading…
Reference in a new issue