[40752] trunk/dports/devel/hs-ghc-paths/Portfile

gwright at macports.org gwright at macports.org
Mon Oct 13 21:41:28 PDT 2008


Revision: 40752
          http://trac.macports.org/changeset/40752
Author:   gwright at macports.org
Date:     2008-10-13 21:41:27 -0700 (Mon, 13 Oct 2008)
Log Message:
-----------
Enable profiling.  Part of pre-ghc 6.10 clean up.

Modified Paths:
--------------
    trunk/dports/devel/hs-ghc-paths/Portfile

Modified: trunk/dports/devel/hs-ghc-paths/Portfile
===================================================================
--- trunk/dports/devel/hs-ghc-paths/Portfile	2008-10-14 03:02:55 UTC (rev 40751)
+++ trunk/dports/devel/hs-ghc-paths/Portfile	2008-10-14 04:41:27 UTC (rev 40752)
@@ -24,7 +24,7 @@
 
 depends_build	port:ghc
 
-configure       { system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix}"
+configure       { system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix} --with-compiler=${prefix}/bin/ghc --enable-library-profiling"
                 }
 
 build           { system "cd ${worksrcpath} && runhaskell Setup build -v"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081013/85d5726e/attachment-0001.html 


More information about the macports-changes mailing list