1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Let libtoolize copy missing files instead of linking them so that

USES=libtool can patch them.
This commit is contained in:
Tijl Coosemans 2014-02-09 22:08:33 +00:00
parent d373eb175c
commit 8ea6895dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343548

View File

@ -20,14 +20,14 @@ OPTIONS_DEFAULT=FFTW
WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
USES= gettext gmake pkgconfig shebangfix tk:wrapper
USES= gettext gmake libtool pkgconfig shebangfix tk:wrapper
SHEBANG_FILES= tcl/pkg_mkIndex.tcl
SHEBANG_LANG= tclsh
tclsh_OLD_CMD= /usr/bin/tclsh
tclsh_CMD= ${LOCALBASE}/bin/tclsh
USE_AUTOTOOLS= aclocal libtoolize autoconf automake
ACLOCAL_ARGS= -I m4/generated -I m4
LIBTOOLIZE_ARGS=--install --force
LIBTOOLIZE_ARGS=--install --copy --force
AUTOMAKE_ARGS= --add-missing --copy --force-missing
CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no
@ -82,7 +82,7 @@ post-patch:
pre-configure:
@(cd ${WRKSRC}/portaudio \
&& ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} \
&& ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} \
&& ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} ${LIBTOOLIZE_ARGS} \
&& ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF})
do-install: