summaryrefslogtreecommitdiff
path: root/lang/ghc7/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc7/patches/patch-Makefile')
-rw-r--r--lang/ghc7/patches/patch-Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/ghc7/patches/patch-Makefile b/lang/ghc7/patches/patch-Makefile
new file mode 100644
index 00000000000..9fdb73006b4
--- /dev/null
+++ b/lang/ghc7/patches/patch-Makefile
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile,v 1.1 2013/12/12 12:47:17 obache Exp $
+
+Required by patches/patch-ghc.mk
+
+
+--- Makefile.orig 2013-02-14 02:53:07.000000000 +0000
++++ Makefile
+@@ -75,7 +75,7 @@ binary-dist: binary-dist-prep
+ ifeq "$(mingw32_TARGET_OS)" "1"
+ mv bindistprep/*.exe .
+ endif
+- mv bindistprep/*.tar.bz2 .
++ mv bindistprep/*.tar .
+
+ binary-dist-prep:
+ ifeq "$(mingw32_TARGET_OS)" "1"