diff options
Diffstat (limited to 'packages/media-gfx/nomacs/nomacs-scm.exheres-0')
-rw-r--r-- | packages/media-gfx/nomacs/nomacs-scm.exheres-0 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/media-gfx/nomacs/nomacs-scm.exheres-0 b/packages/media-gfx/nomacs/nomacs-scm.exheres-0 index 17b985d..1d1cff6 100644 --- a/packages/media-gfx/nomacs/nomacs-scm.exheres-0 +++ b/packages/media-gfx/nomacs/nomacs-scm.exheres-0 @@ -1,10 +1,13 @@ # Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> require nomacs PLATFORMS="~amd64 ~x86" +CMAKE_SOURCE=${WORKBASE}/${PNV}/ImageLounge + #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 + edo mkdir "${WORKBASE}/build" + edo chmod o+rwx "${WORKBASE}/build" } |