Convert to USES=autoreconf
This commit is contained in:
parent
a0bd49a094
commit
4b4f3b7bd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369906
1 changed files with 2 additions and 5 deletions
|
@ -18,8 +18,8 @@ GH_ACCOUNT= ioerror
|
||||||
GH_COMMIT= 44fa3b7
|
GH_COMMIT= 44fa3b7
|
||||||
GH_TAGNAME= ${GH_COMMIT}
|
GH_TAGNAME= ${GH_COMMIT}
|
||||||
|
|
||||||
USE_AUTOTOOLS= autoconf aclocal automake libtoolize
|
GNU_CONFIGURE= yes
|
||||||
USES= libtool pkgconfig
|
USES= autoreconf libtool pkgconfig
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
@ -27,9 +27,6 @@ post-patch:
|
||||||
# Required for FreeBSD 8.4
|
# Required for FreeBSD 8.4
|
||||||
@${REINPLACE_CMD} -e 's@AC_MSG_ERROR(\[M@AC_MSG_WARN([M@' ${WRKSRC}/configure.ac
|
@${REINPLACE_CMD} -e 's@AC_MSG_ERROR(\[M@AC_MSG_WARN([M@' ${WRKSRC}/configure.ac
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
@(cd ${WRKSRC} && ./autogen.sh)
|
|
||||||
|
|
||||||
regression-test: build
|
regression-test: build
|
||||||
@cd ${WRKSRC} && make test
|
@cd ${WRKSRC} && make test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue