Include a note about why we don't support pkg-config 0.26 yet
I'd happily never upgrade pkg-config. Glib is a hideous and bloated POS, generally you can avoid installing it, but now fucking pkg-config depends on it. Fuck that.
This commit is contained in:
parent
e20df6c4de
commit
836f78b01c
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ require 'formula'
|
|||
|
||||
class PkgConfig < Formula
|
||||
homepage 'http://pkg-config.freedesktop.org'
|
||||
|
||||
# yes we know pkg-config 0.26 is now out, however it depends on glib
|
||||
# this is totally ridiculous dependency and we refuse to upgrade until
|
||||
# someone can prove we must.
|
||||
url 'http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz'
|
||||
md5 'a3270bab3f4b69b7dc6dbdacbcae9745'
|
||||
|
||||
|
|
Loading…
Reference in a new issue