summarylogtreecommitdiffstats
path: root/00.optipng.patch
diff options
context:
space:
mode:
authorQue Quotion2018-08-30 10:42:56 +0900
committerQue Quotion2018-08-30 10:49:02 +0900
commit00b4663035f5a907c5170253ce762f6df4ee7975 (patch)
tree39dc35e8b4b179f79a45c8a871ececa20a9154a5 /00.optipng.patch
parent32fa78c289e0c3f0ae564a73f2045de2dadb4ae5 (diff)
downloadaur-00b4663035f5a907c5170253ce762f6df4ee7975.tar.gz
Migrate makepkg-optimize2 into makepkg-optimize; this is the best way to deal with my out-of-date troll and pacman-build_env-ext
Diffstat (limited to '00.optipng.patch')
-rw-r--r--00.optipng.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/00.optipng.patch b/00.optipng.patch
deleted file mode 100644
index 0c02a0ce1140..000000000000
--- a/00.optipng.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- makepkg-optimize
-+++ makepkg-optimize
-@@ -1556,6 +1556,14 @@
- fi
- fi
-
-+ # optipng - PNG image optimization
-+ if check_option "optipng" "y"; then
-+ if ! type -p optipng >/dev/null; then
-+ error "$(gettext "Cannot find the %s binary required for optimizing PNG images.")" "optipng"
-+ ret=1
-+ fi
-+ fi
-+
- # distcc - compilation with distcc
- if check_buildoption "distcc" "y"; then
- if ! type -p distcc >/dev/null; then