diff options
| author | Jack Nagel | 2014-03-20 14:05:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:14 -0500 |
| commit | 410a2d0ff25312ebf11875e4657022f301eef4d1 (patch) | |
| tree | a101f39c9e95e3f62a0fbda993579424fb8b2bd2 /Library/Formula | |
| parent | 0630993ce892f76daae7b3b8381c04eefe497928 (diff) | |
| download | homebrew-410a2d0ff25312ebf11875e4657022f301eef4d1.tar.bz2 | |
splint: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/splint.rb | 6 |
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 |
