aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAnil Madhavapeddy2013-03-10 16:44:20 +0000
committerAdam Vandenberg2013-03-10 12:20:35 -0700
commit64da525ff2722e38183e7b42164d11740c9f74df (patch)
treef4fdf724ed7f61d1b73cd7ec9f4402a97191a28f /Library
parent5da9cd87547d43d6f874268eac31c65bad5dab4e (diff)
downloadhomebrew-64da525ff2722e38183e7b42164d11740c9f74df.tar.bz2
opam: fix ymlink support for packages
See OCamlPro/opam#520 for details Closes #18376. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/opam.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb
index f8ef0761a..90594d139 100644
--- a/Library/Formula/opam.rb
+++ b/Library/Formula/opam.rb
@@ -9,6 +9,13 @@ class Opam < Formula
depends_on "objective-caml"
+ def patches
+ [
+ # patch to fix symlink issue in #520
+ "https://github.com/OCamlPro/opam/commit/db5129d42fd70cb80ee33040d42f0103d9cc51ea.diff"
+ ]
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make"