summaryrefslogtreecommitdiffstats
path: root/graphics/darktable/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/darktable/PRE_BUILD')
-rwxr-xr-xgraphics/darktable/PRE_BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/darktable/PRE_BUILD b/graphics/darktable/PRE_BUILD
new file mode 100755
index 0000000000..4a45c23ed8
--- /dev/null
+++ b/graphics/darktable/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+if [[ "$DARKTABLE_BRANCH" == "stable" ]]; then
+ patch -p1 < ${SPELL_DIRECTORY}/rsvg.patch
+fi