From 938426197421176f30a05fa3d99ead921ef4d0ed Mon Sep 17 00:00:00 2001 From: PHO Date: Sun, 11 Jan 2009 18:23:46 +0900 Subject: [PATCH] Succeeded to build 6.10.1 for i386-unknown-freebsd. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f904a5..691fb8b 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,12 @@ COMMENT= Compiler for the functional language Haskell DISTFILES= ${DISTNAME}-src.tar.bz2 \ ghc-6.6.1-src.tar.bz2 \ + ghc-6.6.1-i386-unknown-freebsd-hc.tar.gz \ ghc-6.6.1-powerpc-apple-darwin-hc.tar.gz -# ghc-6.6.1-i386-unknown-freebsd-hc.tar.gz \ SITES.ghc-6.6.1-src.tar.bz2 = http://www.haskell.org/ghc/dist/6.6.1/ SITES.ghc-6.6.1-powerpc-apple-darwin-hc.tar.gz = http://static.cielonegro.org/archive/ +SITES.ghc-6.6.1-i386-unknown-freebsd-hc.tar.gz = http://static.cielonegro.org/archive/ .include "../../mk/bsd.prefs.mk" -- 2.40.0