[macports-ports] branch master updated: PG snowleopard_fixes: don't require depends_lib-append

Ryan Schmidt ryandesign at macports.org
Mon Dec 4 17:26:31 UTC 2017


On Oct 23, 2017, at 11:19, Ken wrote:

> Marius Schamschula (Schamschula) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/40ae4799e2e766c658b20d09d23830cdab5adfcc
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 40ae479  PG snowleopard_fixes: don't require depends_lib-append
> 
> 40ae479 is described below
> 
> 
> commit 40ae4799e2e766c658b20d09d23830cdab5adfcc
> 
> Author: Ken Cunningham <kencu at macports.org>
> AuthorDate: Mon Oct 23 07:59:42 2017 -0700
> 
> 
>     PG snowleopard_fixes: don't require depends_lib-append
> 
>     
> 
>     alter portgroup to a callback
> 
>     add option to add header if needed
> 
> ---
>  _resources/port1.0/group/snowleopard_fixes-1.0.tcl | 22 +++++++++++++++++++---
>  1 file changed, 19 insertions(+), 3 deletions(-)
> 
> 
> diff --git a/_resources/port1.0/group/snowleopard_fixes-1.0.tcl b/_resources/port1.0/group/snowleopard_fixes-1.0.tcl
> index 4f14e69..8c22dee 100644
> --- a/_resources/port1.0/group/snowleopard_fixes-1.0.tcl
> +++ b/_resources/port1.0/group/snowleopard_fixes-1.0.tcl


> +    if {${snowleopard_fixes.addheader} eq "yes"} {
> +        configure.cxxflags-append -include ${prefix}/include/snowleopardfixes.h
> +    }


Is the header only needed for C++ code? Not for C code?



More information about the macports-dev mailing list