aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-19 18:05:32 -0700
committerAdam Vandenberg2012-03-19 18:05:32 -0700
commitf26c00220aec699471a3807a7e662bec43a61d70 (patch)
tree3f0cb1ec42345a030273114e165a1da83a5a6b61
parent958cbf034fa765652350b26d33d823c9e14eb3d1 (diff)
downloadhomebrew-f26c00220aec699471a3807a7e662bec43a61d70.tar.bz2
bcwipe 1.9-9
time detection fixed upstream
-rw-r--r--Library/Formula/bcwipe.rb13
1 files changed, 3 insertions, 10 deletions
diff --git a/Library/Formula/bcwipe.rb b/Library/Formula/bcwipe.rb
index e52e7abf7..79afd8e30 100644
--- a/Library/Formula/bcwipe.rb
+++ b/Library/Formula/bcwipe.rb
@@ -2,18 +2,11 @@ require 'formula'
class Bcwipe < Formula
homepage 'http://www.jetico.com/linux/bcwipe-help/'
- url 'http://www.jetico.com/linux/BCWipe-1.9-8.tar.gz'
- md5 'b8ecc0a62856e7c752020bdfafc89c75'
+ url 'http://www.jetico.com/linux/BCWipe-1.9-9.tar.gz'
+ md5 '1377971bafce72238d1a062e2305c1c0'
def install
- system "./configure", "--disable-debug",
- "--disable-dependency-tracking",
- "--prefix=#{prefix}"
-
- # This does not get detected properly.
- # Should be reported upstream!
- inreplace "config.h", "/* #undef HAVE_GETTIMEOFDAY */", "#define HAVE_GETTIMEOFDAY 1"
-
+ system "./configure", "--prefix=#{prefix}"
system "make", "CFLAGS=#{ENV.cflags}", "LDFLAGS=#{ENV.ldflags}", "install"
end
end