[40737] trunk/dports/devel/hs-zlib/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Oct 13 12:22:47 PDT 2008
On Oct 13, 2008, at 11:38, gwright at macports.org wrote:
> Revision: 40737
> http://trac.macports.org/changeset/40737
> Author: gwright at macports.org
> Date: 2008-10-13 09:38:12 -0700 (Mon, 13 Oct 2008)
> Log Message:
> -----------
> Build profiling library too.
You should increase the port's revision so anybody who already had it
installed gets this change (since it results in different files being
installed on the user's system, right?)
> Modified Paths:
> --------------
> trunk/dports/devel/hs-zlib/Portfile
>
> Modified: trunk/dports/devel/hs-zlib/Portfile
> ===================================================================
> --- trunk/dports/devel/hs-zlib/Portfile 2008-10-13 16:36:24 UTC
> (rev 40736)
> +++ trunk/dports/devel/hs-zlib/Portfile 2008-10-13 16:38:12 UTC
> (rev 40737)
> @@ -26,7 +26,7 @@
> depends_build port:ghc
> depends_lib port:zlib
>
> -configure { system "cd ${worksrcpath} && runhaskell Setup
> configure --ghc --prefix=${prefix} --with-compiler=${prefix}/bin/ghc"
> +configure { system "cd ${worksrcpath} && runhaskell Setup
> configure --ghc --prefix=${prefix} --enable-library-profiling --
> with-compiler=${prefix}/bin/ghc"
> }
>
> build { system "cd ${worksrcpath} && runhaskell Setup build"
More information about the macports-dev
mailing list