aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:20 -0500
committerJack Nagel2014-03-20 21:44:14 -0500
commit410a2d0ff25312ebf11875e4657022f301eef4d1 (patch)
treea101f39c9e95e3f62a0fbda993579424fb8b2bd2 /Library/Formula
parent0630993ce892f76daae7b3b8381c04eefe497928 (diff)
downloadhomebrew-410a2d0ff25312ebf11875e4657022f301eef4d1.tar.bz2
splint: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/splint.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/splint.rb b/Library/Formula/splint.rb
index 45f951067..e28a74685 100644
--- a/Library/Formula/splint.rb
+++ b/Library/Formula/splint.rb
@@ -5,10 +5,8 @@ class Splint < Formula
url 'http://www.splint.org/downloads/splint-3.1.2.src.tgz'
sha1 '0df489cb228dcfffb149b38c57614c2c3e200501'
- def patches
- # fix compiling error of osd.c
- DATA
- end
+ # fix compiling error of osd.c
+ patch :DATA
def install
ENV.j1 # build is not parallel-safe