#!/bin/sh -e

patch -p1 < libpng-1.6.37-apng.patch

./configure \
    --prefix=/usr

make
make install