diff options
| author | Adam Vandenberg | 2012-11-11 09:55:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-11 09:55:12 -0800 |
| commit | 95411a80aac6b251f334b54dd96a86aa5bbab790 (patch) | |
| tree | e54756ddf1fbc246e708ca42d360d144692e10e6 /Library | |
| parent | 7196ec9591ad073122bd4367d417b1a71387d357 (diff) | |
| download | homebrew-95411a80aac6b251f334b54dd96a86aa5bbab790.tar.bz2 | |
Move vendored .pc files to ENV
Closes #15961.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/ENV/pkgconfig/libcurl.pc (renamed from Library/Homebrew/pkgconfig/libcurl.pc) | 0 | ||||
| -rw-r--r-- | Library/ENV/pkgconfig/libexslt.pc (renamed from Library/Homebrew/pkgconfig/libexslt.pc) | 0 | ||||
| -rw-r--r-- | Library/ENV/pkgconfig/libxml-2.0.pc (renamed from Library/Homebrew/pkgconfig/libxml-2.0.pc) | 0 | ||||
| -rw-r--r-- | Library/ENV/pkgconfig/libxslt.pc (renamed from Library/Homebrew/pkgconfig/libxslt.pc) | 0 | ||||
| -rw-r--r-- | Library/Homebrew/extend/ENV.rb | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/pkgconfig/libcurl.pc b/Library/ENV/pkgconfig/libcurl.pc index cb2ebf4a5..cb2ebf4a5 100644 --- a/Library/Homebrew/pkgconfig/libcurl.pc +++ b/Library/ENV/pkgconfig/libcurl.pc diff --git a/Library/Homebrew/pkgconfig/libexslt.pc b/Library/ENV/pkgconfig/libexslt.pc index c0b5f22da..c0b5f22da 100644 --- a/Library/Homebrew/pkgconfig/libexslt.pc +++ b/Library/ENV/pkgconfig/libexslt.pc diff --git a/Library/Homebrew/pkgconfig/libxml-2.0.pc b/Library/ENV/pkgconfig/libxml-2.0.pc index b2aac2a8b..b2aac2a8b 100644 --- a/Library/Homebrew/pkgconfig/libxml-2.0.pc +++ b/Library/ENV/pkgconfig/libxml-2.0.pc diff --git a/Library/Homebrew/pkgconfig/libxslt.pc b/Library/ENV/pkgconfig/libxslt.pc index 60fdd436c..60fdd436c 100644 --- a/Library/Homebrew/pkgconfig/libxslt.pc +++ b/Library/ENV/pkgconfig/libxslt.pc diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb index 951506cf4..3ce1aba57 100644 --- a/Library/Homebrew/extend/ENV.rb +++ b/Library/Homebrew/extend/ENV.rb @@ -68,7 +68,7 @@ module HomebrewEnvExtension paths = [] paths << HOMEBREW_PREFIX/'lib/pkgconfig' paths << HOMEBREW_PREFIX/'share/pkgconfig' - paths << HOMEBREW_REPOSITORY/'Library/Homebrew/pkgconfig' if MacOS.version >= :mountain_lion + paths << HOMEBREW_REPOSITORY/'Library/ENV/pkgconfig' if MacOS.version >= :mountain_lion paths << '/usr/lib/pkgconfig' paths.select { |d| File.directory? d }.join(':') end |
