aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:16 -0500
committerJack Nagel2014-03-19 21:42:17 -0500
commitad330aabdb0a5f42b7b4da3bf23834a83d4e1a6e (patch)
tree04e34384a2603f83506874cb95e499d01a89fda8
parente7354cd1cfc00b9f63064819a76caf5e6efe3644 (diff)
downloadhomebrew-ad330aabdb0a5f42b7b4da3bf23834a83d4e1a6e.tar.bz2
omniorb: use patch DSL
-rw-r--r--Library/Formula/omniorb.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/omniorb.rb b/Library/Formula/omniorb.rb
index 2907ea000..78f53530c 100644
--- a/Library/Formula/omniorb.rb
+++ b/Library/Formula/omniorb.rb
@@ -13,9 +13,7 @@ class Omniorb < Formula
end
# http://www.omniorb-support.com/pipermail/omniorb-list/2012-February/031202.html
- def patches
- DATA
- end
+ patch :DATA
def install
system "./configure", "--prefix=#{prefix}"