diff options
| author | Adam Vandenberg | 2012-09-07 09:21:16 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-07 09:21:16 -0700 |
| commit | 57a770f534010a952503546bd19b8134ea15bc11 (patch) | |
| tree | 33f09b5e491e3fa477fa71e6a9cd5fb900abced5 /Library | |
| parent | a27824e5012f2bb23f8091e716c1a14f123aa995 (diff) | |
| download | homebrew-57a770f534010a952503546bd19b8134ea15bc11.tar.bz2 | |
lpc21isp: fix audit warnings
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lpc21isp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lpc21isp.rb b/Library/Formula/lpc21isp.rb index 4fcb08964..2fca76682 100644 --- a/Library/Formula/lpc21isp.rb +++ b/Library/Formula/lpc21isp.rb @@ -7,8 +7,8 @@ class Lpc21isp < Formula version '1.83' def install - # Can't statically link on OSX, so we'll remove that from the Makefile - inreplace 'Makefile', "CFLAGS += -Wall -static", "CFLAGS += -Wall" + # Can't statically link on OSX, so we'll remove that from the Makefile + inreplace 'Makefile', "CFLAGS += -Wall -static", "CFLAGS += -Wall" system "make" bin.install ["lpc21isp"] end |
