Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 22:08:33 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343548 - head/audio/pd
Message-ID:  <201402092208.s19M8X5g052832@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Feb  9 22:08:33 2014
New Revision: 343548
URL: http://svnweb.freebsd.org/changeset/ports/343548
QAT: https://qat.redports.org/buildarchive/r343548/

Log:
  Let libtoolize copy missing files instead of linking them so that
  USES=libtool can patch them.

Modified:
  head/audio/pd/Makefile

Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile	Sun Feb  9 22:00:35 2014	(r343547)
+++ head/audio/pd/Makefile	Sun Feb  9 22:08:33 2014	(r343548)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402092208.s19M8X5g052832>