diff options
author | thierry <thierry@FreeBSD.org> | 2014-05-09 20:33:43 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-05-09 20:33:43 +0800 |
commit | e1f9b554afe414f75dfc8f6d83831926b6e752f7 (patch) | |
tree | d11826f9cc2a6adfd5bf0d8b99555be1651867b1 /net-im/tox | |
parent | f550d726c16d53aa78b3a28a5b6f3a45025897a8 (diff) | |
download | freebsd-ports-gnome-e1f9b554afe414f75dfc8f6d83831926b6e752f7.tar.gz freebsd-ports-gnome-e1f9b554afe414f75dfc8f6d83831926b6e752f7.tar.zst freebsd-ports-gnome-e1f9b554afe414f75dfc8f6d83831926b6e752f7.zip |
Don't rely anymore upon the provided autogen.sh script and fix the build
with poudriere.
Reported by: antoine
Patched by: tijl
Diffstat (limited to 'net-im/tox')
-rw-r--r-- | net-im/tox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 9cb136d32244..0f814743f7ea 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -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> |