diff options
Diffstat (limited to 'packages/media-gfx/nomacs/nomacs-scm.exheres-0')
-rw-r--r-- | packages/media-gfx/nomacs/nomacs-scm.exheres-0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/media-gfx/nomacs/nomacs-scm.exheres-0 b/packages/media-gfx/nomacs/nomacs-scm.exheres-0 new file mode 100644 index 0000000..17b985d --- /dev/null +++ b/packages/media-gfx/nomacs/nomacs-scm.exheres-0 @@ -0,0 +1,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 +} |