From 767bceab88b5378b6c8d9d6133ffc5c38666dfba Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 3 Sep 2012 00:54:00 -0400 Subject: Fixes #14344; hugs fails with clang --- Library/Formula/hugs98.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/hugs98.rb b/Library/Formula/hugs98.rb index bbbae53f8..e548dac72 100644 --- a/Library/Formula/hugs98.rb +++ b/Library/Formula/hugs98.rb @@ -8,6 +8,11 @@ class Hugs98 < Formula depends_on 'readline' + fails_with :clang do + build 421 + cause %[runhugs: Error occurred\nERROR "libraries/bootlib/Data/Bits.hs":192 - Syntax error in declaration (unexpected `}', possibly due to bad layout)] + end + def patches { :p0 => [ "https://trac.macports.org/export/80246/trunk/dports/lang/hugs98/files/patch-packages-base-include-HsBase.h.diff", -- cgit v1.2.3