From 5cfe2a90c84823c5bb8580ebb24177209089902a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 8 Aug 2012 22:10:35 -0700 Subject: bdw-gc: use options dsl --- Library/Formula/bdw-gc.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/bdw-gc.rb b/Library/Formula/bdw-gc.rb index 8ddd02879..3376210e2 100644 --- a/Library/Formula/bdw-gc.rb +++ b/Library/Formula/bdw-gc.rb @@ -10,12 +10,10 @@ class BdwGc < Formula cause 'Segfault 11 during make check' end - def options - [['--universal', 'Make a 32/64-bit Intel build.']] - end + option :universal def install - ENV.universal_binary if ARGV.build_universal? + ENV.universal_binary if build.universal? system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", -- cgit v1.2.3