[113783] trunk/dports/science/uhd/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Nov 23 11:59:50 PST 2013
On Nov 23, 2013, at 10:44, michaelld at macports.org wrote:
> Revision
> 113783
> Author
> michaelld at macports.org
> 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?
More information about the macports-dev
mailing list