diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-02-22 10:52:46 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-02-22 10:52:46 +0000 |
commit | a4d287d7652e4b1b805fa0e79bc6d0a9dc144019 (patch) | |
tree | ed6d8a9303691488035363a66364d972972ba853 /devel/libevent | |
parent | d4dd8f107ec2904f8c7cc96944bed432be347963 (diff) | |
download | ports-a4d287d7652e4b1b805fa0e79bc6d0a9dc144019.tar.gz ports-a4d287d7652e4b1b805fa0e79bc6d0a9dc144019.zip |
Notes
Diffstat (limited to 'devel/libevent')
-rw-r--r-- | devel/libevent/Makefile | 7 | ||||
-rw-r--r-- | devel/libevent/distinfo | 1 |
2 files changed, 7 insertions, 1 deletions
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 |