mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Use REINPLACE_CMD.
PR: 46835 Submitted by: Ulrich Spoerlein <q@uni.de>
This commit is contained in:
parent
f7fdddf901
commit
04cefd4b0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72761
@ -19,6 +19,7 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
|
||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
@ -86,7 +87,7 @@ post-configure:
|
||||
@cd ${WRKSRC} && \
|
||||
${CP} sdl-config sdl11-config && \
|
||||
${CP} sdl.m4 sdl11.m4
|
||||
@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
||||
@${REINPLACE_CMD} 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
||||
${WRKSRC}/libtool
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user