aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:13 -0500
committerJack Nagel2014-03-19 20:43:52 -0500
commit235e177a7443026e48a3c3bb5f0a31524faafc03 (patch)
tree5e7d3a3a2afa299b62ebdfa81d5f25405aff0263
parent54aa73d552016b3110e22efe81c5c36990472c0c (diff)
downloadhomebrew-235e177a7443026e48a3c3bb5f0a31524faafc03.tar.bz2
makensis: use patch DSL
-rw-r--r--Library/Formula/makensis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/makensis.rb b/Library/Formula/makensis.rb
index e51620a94..723088d73 100644
--- a/Library/Formula/makensis.rb
+++ b/Library/Formula/makensis.rb
@@ -10,7 +10,7 @@ class Makensis < Formula
# scons appears to have no builtin way to override the compiler selection,
# and the only options supported on OS X are 'gcc' and 'g++'.
# Use the right compiler by forcibly altering the scons config to set these
- def patches; DATA; end
+ patch :DATA
resource 'nsis' do
url 'https://downloads.sourceforge.net/project/nsis/NSIS%202/2.46/nsis-2.46.zip'