[40760] trunk/dports/devel/hs-libcabal/Portfile

gwright at macports.org gwright at macports.org
Tue Oct 14 00:21:01 PDT 2008


Revision: 40760
          http://trac.macports.org/changeset/40760
Author:   gwright at macports.org
Date:     2008-10-14 00:21:01 -0700 (Tue, 14 Oct 2008)
Log Message:
-----------
Add library profiling support.

Modified Paths:
--------------
    trunk/dports/devel/hs-libcabal/Portfile

Modified: trunk/dports/devel/hs-libcabal/Portfile
===================================================================
--- trunk/dports/devel/hs-libcabal/Portfile	2008-10-14 07:20:38 UTC (rev 40759)
+++ trunk/dports/devel/hs-libcabal/Portfile	2008-10-14 07:21:01 UTC (rev 40760)
@@ -31,8 +31,8 @@
 
 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"
 		}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081014/7820ce83/attachment.html 


More information about the macports-changes mailing list