aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-17 11:19:46 -0700
committerAdam Vandenberg2012-03-17 17:53:44 -0700
commit224389dc7325b859cd3696b61428ce3347c444ea (patch)
tree4ecc14ecf66bdc9cb913946b39ba24a9ae602cb5 /Library
parent9658a780f6813bda706b99728cf0f65637215bcf (diff)
downloadhomebrew-224389dc7325b859cd3696b61428ce3347c444ea.tar.bz2
bdw-gc: reformat comments
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bdw-gc.rb7
1 files changed, 3 insertions, 4 deletions
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