diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libtool.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libtool.rb b/Library/Formula/libtool.rb index 7da7ad5fe..97a16b2e6 100644 --- a/Library/Formula/libtool.rb +++ b/Library/Formula/libtool.rb @@ -25,7 +25,7 @@ class Libtool < Formula # Allow -stdlib= to pass through to linker # http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commitdiff;h=8f975a1368594126e37d85511f1f96164e466d93 # https://trac.macports.org/ticket/32982 - def patches; DATA; end + patch :DATA def install ENV.universal_binary if build.universal? |
