diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-10 16:33:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-10 16:33:47 -0400 |
commit | ed8db68eca09a672666864fb9b84c14e6c106d67 (patch) | |
tree | 2a0badd4bf24bb43469c83d6450d197d53ea02ec /standalone/no-th/haskell-patches | |
parent | f279aa878d9b6bed5ba6880291ac897027b048ff (diff) |
figured out this patch
Diffstat (limited to 'standalone/no-th/haskell-patches')
-rw-r--r-- | standalone/no-th/haskell-patches/skein_hardcode_little-endian.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/no-th/haskell-patches/skein_hardcode_little-endian.patch b/standalone/no-th/haskell-patches/skein_hardcode_little-endian.patch index 788d8e521..7333742b0 100644 --- a/standalone/no-th/haskell-patches/skein_hardcode_little-endian.patch +++ b/standalone/no-th/haskell-patches/skein_hardcode_little-endian.patch @@ -3,6 +3,8 @@ From: foo <foo@bar> Date: Sun, 22 Sep 2013 00:18:12 +0000 Subject: [PATCH] hardcode little endian +This is the same as building with a cabal flag. + --- c_impl/optimized/skein_port.h | 1 + 1 file changed, 1 insertion(+) |