]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - patches/patch-settings.in
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
[pkgsrc-ghc.git] / patches / patch-settings.in
1 $NetBSD$
2
3 For systems having as(1) that doesn't recognise .ident
4 directives. (Already merged to the upstream)
5
6
7 --- settings.in.orig    2012-02-01 18:10:32.000000000 +0000
8 +++ settings.in
9 @@ -12,6 +12,7 @@
10   ("target arch", "@HaskellTargetArch@"),
11   ("target word size", "@WordSize@"),
12   ("target has GNU nonexec stack", "@HaskellHaveGnuNonexecStack@"),
13 + ("target has .ident directive", "@HaskellHaveIdentDirective@"),
14   ("target has subsections via symbols", "@HaskellHaveSubsectionsViaSymbols@")
15   ]
16