aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-05 21:17:31 -0600
committerJack Nagel2013-11-05 21:17:31 -0600
commit0140bc821c1bbae0446998082eb6d19ccd1cf631 (patch)
treea7ac1e1ef2c2542b5f16aad3394145ab2332253d /Library
parent4dc1019295feaa6b4f14bb3443cf14c14294920c (diff)
downloadhomebrew-0140bc821c1bbae0446998082eb6d19ccd1cf631.tar.bz2
weechat: remove upstreamed patch
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/weechat.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb
index 19b238be7..8676bede6 100644
--- a/Library/Formula/weechat.rb
+++ b/Library/Formula/weechat.rb
@@ -27,16 +27,6 @@ class Weechat < Formula
end
def install
- # Remove all arch flags from the PERL_*FLAGS as we specify them ourselves.
- # This messes up because the system perl is a fat binary with 32, 64 and PPC
- # compiles, but our deps don't have that. Remove at v0.3.8, fixed in HEAD.
- archs = %W[-arch ppc -arch i386 -arch x86_64].join('|')
- inreplace "src/plugins/perl/CMakeLists.txt",
- 'IF(PERL_FOUND)',
- 'IF(PERL_FOUND)' +
- %Q{\n STRING(REGEX REPLACE "#{archs}" "" PERL_CFLAGS "${PERL_CFLAGS}")} +
- %Q{\n STRING(REGEX REPLACE "#{archs}" "" PERL_LFLAGS "${PERL_LFLAGS}")}
-
args = std_cmake_args + %W[
-DPREFIX=#{prefix}
-DENABLE_GTK=OFF