[87971] trunk/dports/science/grib_api/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Dec 14 22:56:04 PST 2011


On Dec 14, 2011, at 15:20, takeshi at macports.org wrote:

> Revision: 87971
>          http://trac.macports.org/changeset/87971
> Author:   takeshi at macports.org
> Date:     2011-12-14 13:20:34 -0800 (Wed, 14 Dec 2011)
> Log Message:
> -----------
> grib_api: enable build on Tiger. not affecting others, leaving revision untouched
> 
> Modified Paths:
> --------------
>    trunk/dports/science/grib_api/Portfile
> 
> Modified: trunk/dports/science/grib_api/Portfile
> ===================================================================
> --- trunk/dports/science/grib_api/Portfile	2011-12-14 21:10:43 UTC (rev 87970)
> +++ trunk/dports/science/grib_api/Portfile	2011-12-14 21:20:34 UTC (rev 87971)
> @@ -27,7 +27,11 @@
>                     port:libpng
> 
> post-patch {
> +    if {${os.major} == 8} {
> +        reinplace "s| -Wl,-rpath \$fortranlibdir||" ${worksrcpath}/configure
> +    }
>     reinplace "s|share\/samples|share/$name/samples|" ${worksrcpath}/configure
> +    reinplace "s|share\/samples|share/$name/samples|" ${worksrcpath}/configure

That second reinplace line you added should probably not be there.





More information about the macports-dev mailing list