From 751b28e2790bbc117b6ba26ab17c12a7b91cb08e Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 22 Feb 2011 10:52:46 +0000 Subject: - Fix USE_AUTOTOOLS --- devel/libevent/Makefile | 7 +++++++ devel/libevent/distinfo | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index e782a85a7eb1..dbca4bfd59db 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -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 diff --git a/devel/libevent/distinfo b/devel/libevent/distinfo index 58a9f0b43e32..41a84f2139f3 100644 --- a/devel/libevent/distinfo +++ b/devel/libevent/distinfo @@ -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 -- cgit