Commit 39659724 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated encodings to 1.0.5

parent c5d8e9be
all:
tar xf encodings-1.0.4.tar.bz2
patch -Np1 -d encodings-1.0.4 < encodings-1.0.4-aarch64.patch
cd encodings-1.0.4 && ./configure $(XORG_FOLDERS)
$(MAKE) -C encodings-1.0.4
$(MAKE) -C encodings-1.0.4 check
$(MAKE) -C encodings-1.0.4 install
rm -rf encodings-1.0.4
tar xf encodings-1.0.5.tar.bz2
cd encodings-1.0.5 && ./configure $(XORG_FOLDERS)
$(MAKE) -C encodings-1.0.5
$(MAKE) -C encodings-1.0.5 check
$(MAKE) -C encodings-1.0.5 install
rm -rf encodings-1.0.5
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment