aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libevent.rb
diff options
context:
space:
mode:
authorXiyue Deng2013-10-26 00:57:23 -0700
committerXiyue Deng2013-10-26 00:58:04 -0700
commitd9823c18dcfcb6064818d2482b5ffc29cc12972d (patch)
tree88a7c460f8a7c25cdbdbf3664bc94102e2c3b298 /Library/Formula/libevent.rb
parent50f4e193e3f709078c9cc0b4482b4b3c73c0fa64 (diff)
downloadhomebrew-d9823c18dcfcb6064818d2482b5ffc29cc12972d.tar.bz2
Properly mark conflicts between open-mpi, libevent, lcdf-typetools.
Closes #22376. Closes #23621.
Diffstat (limited to 'Library/Formula/libevent.rb')
-rw-r--r--Library/Formula/libevent.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb
index ca7b45be2..2f6446e0e 100644
--- a/Library/Formula/libevent.rb
+++ b/Library/Formula/libevent.rb
@@ -17,6 +17,8 @@ class Libevent < Formula
option :universal
option 'enable-manpages', 'Install the libevent manpages (requires doxygen)'
+ conflicts_with 'open-mpi', :because => 'both install same set of header files'
+
fails_with :llvm do
build 2326
cause "Undefined symbol '_current_base' reported during linking."