summaryrefslogtreecommitdiff
path: root/packages/media-gfx/nomacs/nomacs-3.15.0.exheres-0
diff options
context:
space:
mode:
Diffstat (limited to 'packages/media-gfx/nomacs/nomacs-3.15.0.exheres-0')
-rw-r--r--packages/media-gfx/nomacs/nomacs-3.15.0.exheres-014
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/media-gfx/nomacs/nomacs-3.15.0.exheres-0 b/packages/media-gfx/nomacs/nomacs-3.15.0.exheres-0
new file mode 100644
index 0000000..87f833d
--- /dev/null
+++ b/packages/media-gfx/nomacs/nomacs-3.15.0.exheres-0
@@ -0,0 +1,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
+}