]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - patches/patch-compiler_utils_Platform.hs
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
[pkgsrc-ghc.git] / patches / patch-compiler_utils_Platform.hs
1 $NetBSD$
2
3 For systems having as(1) that doesn't recognise .ident
4 directives. (Already merged to the upstream)
5
6
7 --- compiler/utils/Platform.hs.orig     2012-02-01 18:10:32.000000000 +0000
8 +++ compiler/utils/Platform.hs
9 @@ -22,6 +22,7 @@ data Platform
10                platformOS                       :: OS,
11                platformWordSize                 :: {-# UNPACK #-} !Int,
12                platformHasGnuNonexecStack       :: Bool,
13 +              platformHasIdentDirective        :: Bool,
14                platformHasSubsectionsViaSymbols :: Bool
15            }
16          deriving (Read, Show, Eq)