[112994] trunk/dports/science/gnuradio/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Nov 6 16:45:18 PST 2013


On Nov 6, 2013, at 08:32, michaelld at macports.org wrote:

> Revision
> 112994
> Author
> michaelld at macports.org
> Date
> 2013-11-06 06:32:22 -0800 (Wed, 06 Nov 2013)
> Log Message
> 
> gnuradio:
> + remove top-level include path, such that internal headers are used instead of any already-installed ones;
> + remove top-level library path, such that internal libraries are used instead of any already-installed ones.
> 
> Modified Paths
> 
> 	• trunk/dports/science/gnuradio/Portfile

> +# remove top-level include path, such that internal headers are used
> +# instead of any already-installed ones.
> 
>  
> 
> -configure.ldflags
> -configure.cppflags
> 
> +configure.cppflags-delete -I${prefix}/include
> +configure.cflags-delete -I${prefix}/include
> +configure.cxxflags-delete -I${prefix}/include
> 

Note that cflags and cxxflags do not contain that value to begin with, so those two porfiles lines do nothing.



More information about the macports-dev mailing list