mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Fix USE_AUTOTOOLS
This commit is contained in:
parent
d4dd8f107e
commit
a4d287d765
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269496
@ -18,6 +18,10 @@ COMMENT= Provides an API to execute callback functions on certain events
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_AUTOTOOLS= aclocal autoheader libtoolize autoconf automake
|
||||
ACLOCAL_ARGS= -I m4
|
||||
AUTOMAKE_ARGS= --add-missing --force-missing --copy
|
||||
|
||||
MAN3= event.3 \
|
||||
evdns.3
|
||||
MLINKS= event.3 event_init.3 \
|
||||
@ -85,6 +89,9 @@ MLINKS= event.3 event_init.3 \
|
||||
- evdns_set_log_fn.3 \
|
||||
- evdns_config_windows_nameservers.3
|
||||
|
||||
pre-configure:
|
||||
@${MKDIR} ${WRKSRC}/m4
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=,' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/LIBS/s/-lrt//g' ${WRKSRC}/configure
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (libevent-1.4.14b-stable.tar.gz) = a00e037e4d3f9e4fe9893e8a2d27918c
|
||||
SHA256 (libevent-1.4.14b-stable.tar.gz) = afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301
|
||||
SIZE (libevent-1.4.14b-stable.tar.gz) = 474874
|
||||
|
Loading…
Reference in New Issue
Block a user