add support for ghc6.5 and IntelMac
[sbp.git] / misc / jvm-bridge.intelmac3
1 --- Haskell/javavm.ghc-pkg.m4   2003-07-22 05:52:53.000000000 -0700
2 +++ Haskell/javavm.ghc-pkg.m4   2006-09-03 00:40:39.000000000 -0700
3 @@ -31,7 +31,7 @@
4         extra_libraries  = ["stdc++","JVMBridge","JVMInvocation","HaskellJVMBridge"`'patsubst(patsubst(patsubst(JVM_LDFLAGS,`-framework[        ]+[^    ]+',`'),`-L[^   ]+',`'),`[      ]*-l\([^        ]+\)[   ]*',`,"\1"')],
5         include_dirs     = [],
6         c_includes       = [],
7 -       package_deps     = ["lang","concurrent","haskell98"],
8 +       package_deps     = ["rts","haskell98"],
9         extra_ghc_opts   = ["-fglasgow-exts","-fallow-undecidable-instances"],
10         extra_cc_opts    = [],
11         extra_frameworks = [patsubst(patsubst(patsubst(patsubst(JVM_LDFLAGS,`-L[^       ]+[     ]*',`'),`-l[^   ]+[     ]*',`'),`-framework[    ]+\([^  ]+\)',``,"\1"''),`^,',`')],