mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use USE_LDCONFIG
- Skip /usr/bin/objformat tests and use elf obj format by default Notified by: kris (via pointyhat)
This commit is contained in:
parent
f76da43a15
commit
be25e8e8ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184042
1 changed files with 4 additions and 0 deletions
|
@ -20,7 +20,11 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la
|
PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue