diff options
author | Christophe Lermytte <gentoo@lermytte.be> | 2016-11-16 00:54:28 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-23 08:59:26 +0100 |
commit | 936aa888f16230e1a7cf8e4f192241b902cc6f3d (patch) | |
tree | a804fcebee30a418ca2f86e9075198aa95a1e21c /dev-libs/libsigc++/files | |
parent | x11-libs/gtk+: bump to 3.22.4 (diff) | |
download | gentoo-936aa888f16230e1a7cf8e4f192241b902cc6f3d.tar.gz gentoo-936aa888f16230e1a7cf8e4f192241b902cc6f3d.tar.bz2 gentoo-936aa888f16230e1a7cf8e4f192241b902cc6f3d.zip |
dev-libs/libsigc++: properly disable benchmarking
Also make boost dependency a multilib one
Upstream bug logged: https://bugzilla.gnome.org/show_bug.cgi?id=774732
Gentoo-Bug: 599764
Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2842
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'dev-libs/libsigc++/files')
-rw-r--r-- | dev-libs/libsigc++/files/libsigc++-2.10.0-make-disable-benchmarks-work.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/libsigc++/files/libsigc++-2.10.0-make-disable-benchmarks-work.patch b/dev-libs/libsigc++/files/libsigc++-2.10.0-make-disable-benchmarks-work.patch new file mode 100644 index 000000000000..2c9a62a6b069 --- /dev/null +++ b/dev-libs/libsigc++/files/libsigc++-2.10.0-make-disable-benchmarks-work.patch @@ -0,0 +1,18 @@ +--- a/configure ++++ b/configure +@@ -1480,6 +1480,7 @@ + --enable-benchmark=yes|no + + ++ + Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) +@@ -17799,8 +17800,7 @@ + + # Check whether --enable-benchmark was given. + if test "${enable_benchmark+set}" = set; then : +- enableval=$enable_benchmark; enable_benchmark=yes +- ++ enableval=$enable_benchmark; + fi |