Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
pkg-config 0.29
Browse files Browse the repository at this point in the history
Closes #45449.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
tschoonj authored and DomT4 committed Oct 29, 2015
1 parent ea5233c commit 0ac7874
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/pkg-config.rb
@@ -1,9 +1,9 @@
class PkgConfig < Formula
desc "Manage compile and link flags for libraries"
homepage "https://wiki.freedesktop.org/www/Software/pkg-config/"
url "http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"
mirror "https://fossies.org/linux/misc/pkg-config-0.28.tar.gz"
sha256 "6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845"
url "http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz"
mirror "https://fossies.org/linux/misc/pkg-config-0.29.tar.gz"
sha256 "c8507705d2a10c67f385d66ca2aae31e81770cc0734b4191eb8c489e864a006b"

bottle do
revision 2
Expand All @@ -23,6 +23,7 @@ def install
#{HOMEBREW_LIBRARY}/ENV/pkgconfig/#{MacOS.version}
].uniq.join(File::PATH_SEPARATOR)

ENV.append "LDFLAGS", "-framework Foundation -framework Cocoa"
system "./configure", "--disable-debug",
"--prefix=#{prefix}",
"--disable-host-tool",
Expand Down

0 comments on commit 0ac7874

Please sign in to comment.