summaryrefslogtreecommitdiff
path: root/packages/media-gfx/nomacs/nomacs-scm.exheres-0
blob: 17b985df8f3a887333273d81e4a46009b5468d88 (plain)
1
2
3
4
5
6
7
8
9
10
# Distributed under the terms of the GNU General Public License v2

require nomacs
PLATFORMS="~amd64 ~x86"

#for some reason github in scm mode + cmake exlibs causing problems, this workaround is necessary
pkg_setup() {
	edo mkdir "${WORKBASE}"/build
	edo chmod 777 "${WORKBASE}"/build
}