]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - patches/patch-ab
864fccc4f12b8e753770e83cc1d916ce12e9bd9d
[pkgsrc-ghc.git] / patches / patch-ab
1 $NetBSD$
2
3 --- configure.orig      2010-11-12 18:10:41.000000000 +0000
4 +++ configure
5 @@ -6181,7 +6181,7 @@ fi
6  
7  
8  if test -n "$DtraceCmd"; then
9 -  if test "x$TargetOS_CPP-$TargetVendor_CPP" == "xdarwin-apple"; then
10 +  if test "x$TargetOS_CPP-$TargetVendor_CPP" = "xdarwin-apple"; then
11      HaveDtrace=YES
12    fi
13  fi
14 @@ -6507,6 +6507,7 @@ $as_echo "$as_me: WARNING: cannot find h
15  fi
16  
17  
18 +if test "$BootingFromHc" = "NO"; then
19  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ghc-pkg matching $WithGhc" >&5
20  $as_echo_n "checking for ghc-pkg matching $WithGhc... " >&6; }
21  if test "${fp_cv_matching_ghc_pkg+set}" = set; then :
22 @@ -6528,6 +6529,7 @@ fi
23  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fp_cv_matching_ghc_pkg" >&5
24  $as_echo "$fp_cv_matching_ghc_pkg" >&6; }
25  GhcPkgCmd=$fp_cv_matching_ghc_pkg
26 +fi
27  
28  
29