mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -81,6 +81,8 @@ src_prepare() {
|
||||
# prevent sandbox violation
|
||||
sed -i -e 's/update-mime-database/true/' udav/CMakeLists.txt || die
|
||||
sed -i -e 's/update-desktop-database/true/' udav/CMakeLists.txt || die
|
||||
# fix missing include, bug 564204
|
||||
sed -i -e '/#include <QStringList>/i #include <QObject>' json/Backend.hpp || die
|
||||
|
||||
use python && append-cppflags -I"$(${EPYTHON} -c 'import numpy; print(numpy.get_include())')"
|
||||
use wxwidgets && need-wxwidgets unicode
|
||||
|
||||
Reference in New Issue
Block a user