aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-02-24 20:11:24 -0600
committerJack Nagel2012-02-24 20:11:24 -0600
commit3ffc57772999ce176a2f29340d15d31424c0bc49 (patch)
tree361634edc9da0c700959627087b8f3e1aa0b6e05 /Library/Formula
parente6b8fe87c639644e2f55169e6be22550e57986be (diff)
downloadhomebrew-3ffc57772999ce176a2f29340d15d31424c0bc49.tar.bz2
irssi: remove weird ARCHFLAGS setting
MacPorts used to have this too, for whatever reason, but they removed it almost two years ago. I can build irssi fine without it, so I think it needs better justification in the formula. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/irssi.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb
index d79c93822..01645c9f5 100644
--- a/Library/Formula/irssi.rb
+++ b/Library/Formula/irssi.rb
@@ -12,13 +12,11 @@ class Irssi < Formula
skip_clean 'bin'
def patches
- # Fix Perl path and path in man page
+ # Fix Perl build flags and paths in man page
DATA
end
def install
- ENV.append 'ARCHFLAGS', ' ' # wtf?
-
system "./configure", "--prefix=#{prefix}",
"--sysconfdir=#{etc}",
"--with-perl=yes",