From b521b64cf44a08bb2edc3634b60ee739762b7177 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Apr 2013 12:50:59 -0400 Subject: [PATCH] build fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a3c5b688d..0948e0687a 100644 --- a/Makefile +++ b/Makefile @@ -176,7 +176,7 @@ android: Build/EvilSplicer # Some additional dependencies needed by the expanded splices. sed -i 's/^ Build-Depends: / Build-Depends: yesod-routes, yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, file-embed, wai-app-static, /' tmp/androidtree/git-annex.cabal # Avoid warnings due to sometimes unused imports added for the splices. - sed -i 's/-Wall/-Wall -fno-warn-unused-imports/' tmp/androidtree/git-annex.cabal + sed -i 's/GHC-Options: /GHC-Options: -fno-warn-unused-imports/i' tmp/androidtree/git-annex.cabal # Cabal cannot cross compile with custom build type, so workaround. sed -i 's/Build-type: Custom/Build-type: Simple/' tmp/androidtree/git-annex.cabal if [ ! -e tmp/androidtree/dist/setup/setup ]; then \