summarylogtreecommitdiffstats
path: root/05.svgo.patch
diff options
context:
space:
mode:
Diffstat (limited to '05.svgo.patch')
-rw-r--r--05.svgo.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/05.svgo.patch b/05.svgo.patch
new file mode 100644
index 000000000000..f3330f981cf2
--- /dev/null
+++ b/05.svgo.patch
@@ -0,0 +1,16 @@
+--- makepkg-optimize 2016-03-21 08:09:30.386922025 +0900
++++ makepkg-optimize+svgo 2016-03-21 15:18:36.410371191 +0900
+@@ -1603,6 +1603,13 @@
+ fi
+ fi
+
++ # svgo - svg image optimization
++ if check_option "svgo" "y"; then
++ if ! type -p svgo >/dev/null; then
++ error "$(gettext "Cannot find the %s binary required for optimizing SVG images.")" "svgo"
++ ret=1
++ fi
++ fi
+ # distcc - compilation with distcc
+ if check_buildoption "distcc" "y"; then
+ if ! type -p distcc >/dev/null; then