[66247] trunk/dports/multimedia/smpeg/Portfile

Ryan Schmidt ryandesign at macports.org
Thu Apr 8 23:57:21 PDT 2010


On Apr 7, 2010, at 21:35, jmr at macports.org wrote:

> Revision: 66247
>          http://trac.macports.org/changeset/66247
> Author:   jmr at macports.org
> Date:     2010-04-07 19:35:06 -0700 (Wed, 07 Apr 2010)
> Log Message:
> -----------
> smpeg: copy libtool rather than linking

What does this fix? I would have thought linking would be equivalent to copying, and preferable due to being very slightly faster.


> Modified Paths:
> --------------
>    trunk/dports/multimedia/smpeg/Portfile
> 
> Modified: trunk/dports/multimedia/smpeg/Portfile
> ===================================================================
> --- trunk/dports/multimedia/smpeg/Portfile	2010-04-08 02:32:33 UTC (rev 66246)
> +++ trunk/dports/multimedia/smpeg/Portfile	2010-04-08 02:35:06 UTC (rev 66247)
> @@ -52,5 +52,5 @@
> post-configure {
> 	# It's too much of a PITA to autoreconf
> 	delete ${worksrcpath}/libtool
> -	ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool
> +	file copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
> }



More information about the macports-dev mailing list