From 224389dc7325b859cd3696b61428ce3347c444ea Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Mar 2012 11:19:46 -0700 Subject: bdw-gc: reformat comments --- Library/Formula/bdw-gc.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/bdw-gc.rb b/Library/Formula/bdw-gc.rb index fd6607355..ab8ff5539 100644 --- a/Library/Formula/bdw-gc.rb +++ b/Library/Formula/bdw-gc.rb @@ -1,16 +1,15 @@ require 'formula' +# Upstream recommends using 7.2alpha6 over 7.1 class BdwGc < Formula - # upstream recommends using 7.2alpha6 over 7.1 homepage 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/' url 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2alpha6.tar.gz' md5 '319d0b18cc4eb735c8038ece9df055e4' version '7.2alpha6' + # fix inline ASM issues with LLVM and Makefile double-install + # both fixes already upstream def patches - # fix inline ASM issues with LLVM - # fix Makefile double-install - # both fixes already upstream DATA end -- cgit v1.2.3