# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
require nomacs
PLATFORMS="~amd64 ~x86"
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/strict_cpp_std_build_fix.patch
)
src_prepare() {
cd "${WORKBASE}/${PNV}"
default
}