Ticket #16561: hs-ghc-paths.diff

File hs-ghc-paths.diff, 1013 bytes (added by dbueno@…, 16 years ago)

The Portfile should have the libcabal dependency added, as shown

Line 
1diff -c /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-ghc-paths/Portfile /tmp/buffer-content-6225jm
2*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/hs-ghc-paths/Portfile        Wed Oct 15 16:03:34 2008
3--- /tmp/buffer-content-6225jm  Wed Oct 15 16:04:41 2008
4***************
5*** 22,28 ****
6                sha1    f9a70a8564be268e4aa88436ea18fc84a1ce303a        \
7                rmd160  098804e5a48ce9381174245601b3896304464219
8 
9! depends_build port:ghc
10 
11  configure       { system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix} --with-compiler=${prefix}/bin/ghc --enable-library-profiling"
12                  }
13--- 22,28 ----
14                sha1    f9a70a8564be268e4aa88436ea18fc84a1ce303a        \
15                rmd160  098804e5a48ce9381174245601b3896304464219
16 
17! depends_build port:ghc port:hs-libcabal
18 
19  configure       { system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix} --with-compiler=${prefix}/bin/ghc --enable-library-profiling"
20                  }