From 32cb8697b2a90ac96deb19f077966d3f47cee9b3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 20 Mar 2014 14:05:22 -0500 Subject: vpnc: use patch DSL --- Library/Formula/vpnc.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/vpnc.rb b/Library/Formula/vpnc.rb index f836be78b..cbe746377 100644 --- a/Library/Formula/vpnc.rb +++ b/Library/Formula/vpnc.rb @@ -20,9 +20,7 @@ class Vpnc < Formula option "hybrid", "Use vpnc hybrid authentication" # Patch from user @Imagesafari to enable compilation on Lion - def patches - DATA if MacOS.version >= :lion - end + patch :DATA if MacOS.version >= :lion def install ENV.no_optimization -- cgit v1.2.3