Convert to USES=autoreconf.

This commit is contained in:
Tijl Coosemans 2017-12-23 16:13:22 +00:00
parent 1c95d592ee
commit ecf1f95728
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457064
2 changed files with 12 additions and 4 deletions

View file

@ -17,12 +17,10 @@ LICENSE= APACHE20
LIB_DEPENDS= libthrift.so:devel/thrift-cpp
BUILD_DEPENDS= thrift:devel/thrift
ACLOCAL_ARGS= -I ./aclocal
AUTOMAKE_ARGS= -a
CONFIGURE_ARGS= PY_PREFIX="${PREFIX}"
USE_AUTOTOOLS= autoconf autoheader:env aclocal automake
USES= compiler gmake perl5 python:2.7
GNU_CONFIGURE= yes
USES= autoreconf compiler gmake perl5 python:2.7
USE_PERL5= run
WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303

View file

@ -0,0 +1,10 @@
--- configure.ac.orig 2015-01-26 02:06:23 UTC
+++ configure.ac
@@ -29,6 +29,7 @@
AC_PREREQ(2.52)
AC_INIT([libfb303],[20080209])
#AC_CONFIG_AUX_DIR([/usr/share/automake-1.9])
+AC_CONFIG_MACRO_DIR([aclocal])
# To install locally
FB_INITIALIZE([localinstall])
AC_PREFIX_DEFAULT([/usr/local])