From 2f3934c2abe4236dba79355e66bca7f5c359e1d2 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 24 Jan 2010 13:57:44 +0000 Subject: Enable 64 bits on 64 bit machines only --- Library/Formula/nspr.rb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/nspr.rb b/Library/Formula/nspr.rb index 9e3ed76bc..bef0c3d98 100644 --- a/Library/Formula/nspr.rb +++ b/Library/Formula/nspr.rb @@ -6,15 +6,18 @@ class Nspr = 10.6 + system "./configure", *conf + inreplace "config/autoconf.mk", "-install_name @executable_path/$@ ", "" + system "make" system "make install" end -- cgit v1.2.3