aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-20 22:52:02 -0800
committerMax Howell2009-12-12 16:24:18 +0000
commit18d4459493e0dc42909608fc4b078bfa52bceaa0 (patch)
treecac3ff18ad32227b728e71b498ee9e480261ef36 /Library
parenteae090465bac90e34f303b27b3aa33eb3c84ffd4 (diff)
downloadhomebrew-18d4459493e0dc42909608fc4b078bfa52bceaa0.tar.bz2
Reformat BdwGc.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bdw-gc.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/bdw-gc.rb b/Library/Formula/bdw-gc.rb
index b8a511bff..cbb8a11f1 100644
--- a/Library/Formula/bdw-gc.rb
+++ b/Library/Formula/bdw-gc.rb
@@ -1,9 +1,9 @@
require 'formula'
class BdwGc <Formula
- @url='http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz'
- @homepage='http://www.hpl.hp.com/personal/Hans_Boehm/gc/'
- @md5='2ff9924c7249ef7f736ecfe6f08f3f9b'
+ url 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz'
+ homepage 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/'
+ md5 '2ff9924c7249ef7f736ecfe6f08f3f9b'
def install
if MACOS_VERSION == 10.6
@@ -12,7 +12,7 @@ class BdwGc <Formula
# ucontext has been deprecated in 10.6
# use this flag to force the header to compile
- ENV['CPPFLAGS'] = ENV['CPPFLAGS'] + " -D_XOPEN_SOURCE"
+ ENV.append 'CPPFLAGS', "-D_XOPEN_SOURCE"
end
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"