mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Switch to USES=autoreconf
This commit is contained in:
parent
123308b6ae
commit
444fbfecdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394060
@ -23,8 +23,7 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master
|
||||
|
||||
RB_LIBDIR?= ${PREFIX}/lib/razorback
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pkgconfig
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USES= autoreconf libtool pkgconfig
|
||||
USE_LDCONFIG= ${RB_LIBDIR}
|
||||
|
||||
OPTIONS_DEFINE= DEBUG ASSERT
|
||||
@ -34,7 +33,7 @@ ASSERT_CONFIGURE_ENABLE= assert
|
||||
DEBUG_CONFIGURE_ENABLE= debug
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/CWARNINGS/ s|-Werror||' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} 's|-Werror||' ${WRKSRC}/libyara/configure.ac
|
||||
|
||||
post-install:
|
||||
${LN} -sf ${RB_LIBDIR}/yaraNugget.so.2 \
|
||||
|
Loading…
Reference in New Issue
Block a user