From: PHO Date: Sun, 11 Jan 2009 09:23:46 +0000 (+0900) Subject: Succeeded to build 6.10.1 for i386-unknown-freebsd. X-Git-Tag: GHC-6.12.1~18 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=commitdiff_plain;h=938426197421176f30a05fa3d99ead921ef4d0ed Succeeded to build 6.10.1 for i386-unknown-freebsd. --- 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"