$OpenBSD: patch-Download_hs,v 1.1.1.1 2010/04/28 16:21:40 dcoppa Exp $

fix from upstream git:
add --globoff to curl options

--- Download.hs.orig	Wed Jul  2 17:32:27 2008
+++ Download.hs	Tue Apr 13 11:46:07 2010
@@ -65,6 +65,7 @@ curlopts = ["-A", "hpodder v1.0.0; Haskell; GHC", -- S
             "-L",               -- Follow redirects
             "-y", "60", "-Y", "1", -- Timeouts
             "--retry", "2",     -- Retry twice
+            "--globoff",        -- Disable globbing on URLs (#79)
             "-f"                -- Fail on server errors
            ]
 
