diff options
| author | Adam Vandenberg | 2010-08-08 10:20:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-08 11:24:36 -0700 |
| commit | 2e7d624242adf41918ff2fb725032c5da8c8a926 (patch) | |
| tree | 7333058abfbb7532a1a950a9b107466211e5e13e /Library/Formula/calcurse.rb | |
| parent | 90e8a6309a4f05544894dc320ac4635b895d606e (diff) | |
| download | homebrew-2e7d624242adf41918ff2fb725032c5da8c8a926.tar.bz2 | |
Update formulae to use path shortcuts
Diffstat (limited to 'Library/Formula/calcurse.rb')
| -rw-r--r-- | Library/Formula/calcurse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/calcurse.rb b/Library/Formula/calcurse.rb index 50a1a2459..362404aca 100644 --- a/Library/Formula/calcurse.rb +++ b/Library/Formula/calcurse.rb @@ -12,7 +12,7 @@ class Calcurse <Formula end def install - ENV.append 'CFLAGS', "-I#{prefix}/include -fnested-functions" + ENV.append 'CFLAGS', "-I#{include} -fnested-functions" ENV.append 'LDFLAGS', "-lintl" ENV.O3 system "./configure", "--disable-dependency-tracking", |
