[120175] trunk/dports/devel/capnproto/Portfile

Ryan Schmidt ryandesign at macports.org
Sun May 18 06:06:33 PDT 2014


On May 18, 2014, at 08:04, cal at macports.org wrote:

> Revision
> 120175
> Author
> cal at macports.org
> Date
> 2014-05-18 06:04:18 -0700 (Sun, 18 May 2014)
> Log Message
> 
> capnproto: Fix build failures in presence of older versions, #43206
> Modified Paths
> 
> 	• trunk/dports/devel/capnproto/Portfile
> Diff
> 
> Modified: trunk/dports/devel/capnproto/Portfile (120174 => 120175)
> 
> --- trunk/dports/devel/capnproto/Portfile	2014-05-18 13:02:27 UTC (rev 120174)
> +++ trunk/dports/devel/capnproto/Portfile	2014-05-18 13:04:18 UTC (rev 120175)
> 
> @@ -45,6 +45,9 @@
> 
>      system -W ${worksrcpath} "autoreconf -fvi"
> 
>  }
> 
>  
> 
> +configure.cppflags-replace \
> +                        -I/opt/local/include -isystem/opt/local/include

Needs to use ${prefix}, not /opt/local.




More information about the macports-dev mailing list