Don't rely anymore upon the provided autogen.sh script and fix the build

with poudriere.

Reported by:	antoine
Patched by:	tijl
This commit is contained in:
Thierry Thomas 2014-05-09 12:33:43 +00:00
parent cfa6259f77
commit 06f652cbd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353452

View File

@ -20,7 +20,8 @@ GH_PROJECT= ProjectTox-Core
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 52bfd7c
USE_AUTOTOOLS= automake autoconf libtoolize
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
USES= pkgconfig pathfix libtool
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile.am
@ -60,6 +61,5 @@ CONFIGURE_ARGS+= --with-nacl-libs=${LOCALBASE}/lib
pre-configure:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac
cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>