From c2f104d2ed77dd689afb8d3a3391c96079ab4219 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 19 Mar 2014 20:21:13 -0500 Subject: [PATCH] makensis: use patch DSL --- Formula/makensis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/makensis.rb b/Formula/makensis.rb index e51620a941a..723088d7378 100644 --- a/Formula/makensis.rb +++ b/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'