aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bind.rb
diff options
context:
space:
mode:
authorAnand Buddhdev2014-06-30 22:56:51 +0200
committerMike McQuaid2014-07-01 09:53:08 +0100
commit139b567af6b65d479caa0469fff2022bb106dae4 (patch)
tree3e79a648e86cf20459fa1f4b6337a58a9f6d24a9 /Library/Formula/bind.rb
parentcd1fd8e70509933d4a4bd4785a997a701f169b3e (diff)
downloadhomebrew-139b567af6b65d479caa0469fff2022bb106dae4.tar.bz2
bind: use delv instead of DIG_SIGCHASE.
Diffstat (limited to 'Library/Formula/bind.rb')
-rw-r--r--Library/Formula/bind.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb
index 22361e7cd..495ffebd3 100644
--- a/Library/Formula/bind.rb
+++ b/Library/Formula/bind.rb
@@ -19,8 +19,6 @@ class Bind < Formula
# libxml2 appends one inc dir to CPPFLAGS but bind ignores CPPFLAGS
ENV.append 'CFLAGS', ENV.cppflags
- ENV['STD_CDEFINES'] = '-DDIG_SIGCHASE=1'
-
system "./configure", "--prefix=#{prefix}",
"--enable-threads",
"--enable-ipv6",