diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-07 17:53:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-07 17:53:44 -0400 |
commit | 4a970ece97e40226060aff415e2476cb8d7098df (patch) | |
tree | 4d1fbdf695c2759109b17177efffdc06b16db54d /standalone/android | |
parent | be2245f59093276c115fe82ebe25dc332de9d763 (diff) |
add
Diffstat (limited to 'standalone/android')
-rw-r--r-- | standalone/android/haskell-patches/process_1.1.0.2-0001-avoid-configure-script.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/process_1.1.0.2-0001-avoid-configure-script.patch b/standalone/android/haskell-patches/process_1.1.0.2-0001-avoid-configure-script.patch new file mode 100644 index 000000000..63b769574 --- /dev/null +++ b/standalone/android/haskell-patches/process_1.1.0.2-0001-avoid-configure-script.patch @@ -0,0 +1,25 @@ +From ff72a2c501358b3cd71e15c6275ee03670748f3d Mon Sep 17 00:00:00 2001 +From: Joey Hess <joey@kitenet.net> +Date: Tue, 7 May 2013 17:52:50 -0400 +Subject: [PATCH] avoid configure script + +--- + process.cabal | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/process.cabal b/process.cabal +index 8c76b08..2930fdc 100644 +--- a/process.cabal ++++ b/process.cabal +@@ -14,7 +14,7 @@ extra-source-files: + extra-tmp-files: + config.log config.status autom4te.cache + include/HsProcessConfig.h +-build-type: Configure ++build-type: Simple + cabal-version: >=1.6 + + source-repository head +-- +1.7.10.4 + |