Magellan Linux

Diff of /trunk/core/include/haskell.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5494 by niro, Wed Jun 30 16:41:22 2010 UTC revision 5500 by niro, Wed Jun 30 22:49:24 2010 UTC
# Line 9  sminclude mtools Line 9  sminclude mtools
9  : ${HOMEPAGE="http://hackage.haskell.org/package/${PNAME/#haskell-/}"}  : ${HOMEPAGE="http://hackage.haskell.org/package/${PNAME/#haskell-/}"}
10    
11  # some sane default dependencies  # some sane default dependencies
12  DEPEND="${DEPEND}  SDEPEND="${SDEPEND}
13   >= dev-lang/ghc-6.12"   >= dev-lang/ghc-6.12"
14    
15  # default SRCFILE SRCDIR and SRC_URI  # default SRCFILE SRCDIR and SRC_URI
# Line 67  haskell_src_configure() Line 67  haskell_src_configure()
67  {  {
68   local configure_opts="$@"   local configure_opts="$@"
69    
70     configure_opts+=" --enable-split-objs"
71     configure_opts+=" --enable-shared"
72    
73   runhaskell $(haskell_ghc_setup_script) configure \   runhaskell $(haskell_ghc_setup_script) configure \
74   --ghc \   --ghc \
75   --prefix=/usr \   --prefix=/usr \

Legend:
Removed from v.5494  
changed lines
  Added in v.5500