diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vpnc.rb | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
