summaryrefslogtreecommitdiff
path: root/packages/media-gfx/nomacs/nomacs-3.15.0.exheres-0
blob: 87f833d30d35710a1395509a6e62de21ba990e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
}