summaryrefslogtreecommitdiffstats
path: root/source/l/dconf-editor/dconf-editor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/dconf-editor/dconf-editor.SlackBuild')
-rwxr-xr-xsource/l/dconf-editor/dconf-editor.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/dconf-editor/dconf-editor.SlackBuild b/source/l/dconf-editor/dconf-editor.SlackBuild
index 2d236baba..605c52dbb 100755
--- a/source/l/dconf-editor/dconf-editor.SlackBuild
+++ b/source/l/dconf-editor/dconf-editor.SlackBuild
@@ -78,6 +78,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Fix for latest vala (all GtkChild widgets must be declared as unowned):
+cat $CWD/fdc90849223649509424bbefe14990de71db2b2b.patch | patch -p1 --verbose || exit 1
+
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"