atkmm: switch to libsigc++@2
Closes #43894. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
1d02712ba9
commit
6d8a360e51
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class Atkmm < Formula
|
||||||
homepage "https://www.gtkmm.org/"
|
homepage "https://www.gtkmm.org/"
|
||||||
url "https://download.gnome.org/sources/atkmm/2.28/atkmm-2.28.0.tar.xz"
|
url "https://download.gnome.org/sources/atkmm/2.28/atkmm-2.28.0.tar.xz"
|
||||||
sha256 "4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a"
|
sha256 "4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a"
|
||||||
revision 1
|
revision 2
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
@ -36,7 +36,7 @@ class Atkmm < Formula
|
||||||
gettext = Formula["gettext"]
|
gettext = Formula["gettext"]
|
||||||
glib = Formula["glib"]
|
glib = Formula["glib"]
|
||||||
glibmm = Formula["glibmm"]
|
glibmm = Formula["glibmm"]
|
||||||
libsigcxx = Formula["libsigc++"]
|
libsigcxx = Formula["libsigc++@2"]
|
||||||
flags = %W[
|
flags = %W[
|
||||||
-I#{atk.opt_include}/atk-1.0
|
-I#{atk.opt_include}/atk-1.0
|
||||||
-I#{gettext.opt_include}
|
-I#{gettext.opt_include}
|
||||||
|
|
Loading…
Reference in a new issue