On Nov 23, 2013, at 10:44, [email protected] wrote:

> Revision
> 113783
> Author
> [email protected]
> Date
> 2013-11-23 08:44:54 -0800 (Sat, 23 Nov 2013)
> Log Message
> 
> uhd:
> + add pkgconfig as build dependency;
> + add PKG_CONFIG_PATH and LIBUSB_DIR to configure environment to be explicit 
> about where PC files are located.
> 
> Modified Paths
> 
>       • trunk/dports/science/uhd/Portfile
> Diff
> 
> Modified: trunk/dports/science/uhd/Portfile (113782 => 113783)
> 
> --- trunk/dports/science/uhd/Portfile 2013-11-23 16:39:58 UTC (rev 113782)
> +++ trunk/dports/science/uhd/Portfile 2013-11-23 16:44:54 UTC (rev 113783)
> 
> @@ -45,12 +45,18 @@
> 
>  
> 
>  depends_lib-append   port:boost
> 
>  
> 
> +depends_build-append port:pkgconfig
> +
> 
>  # do VPATH build
> 
>  
> 
>  post-extract        { file mkdir ${workpath}/build }
> 
>  configure.dir       ${workpath}/build
> 
>  build.dir           ${workpath}/build
> 
>  
> 
> +# set PKG_CONFIG_PATH to find libusb PC file
> +
> +configure.env-append PKG_CONFIG_PATH=${prefix}/lib/pkgconfig
> +


That’s needed? But that’s the default isn’t it?





_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to