berkeley-db: use patch DSL

master
Jack Nagel 2014-03-17 22:44:52 -05:00
parent c3783a920d
commit 533bf728d0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class BerkeleyDb < Formula
# Fix build under Xcode 4.6
# Double-underscore names are reserved, and __atomic_compare_exchange is now
# a built-in, so rename this to something non-conflicting.
def patches; DATA; end
patch :DATA
def install
# BerkeleyDB dislikes parallel builds