dosbox: remove modification for libpng check

Closes #14475.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
This commit is contained in:
Joshua Kraemer 2019-09-15 20:56:08 +02:00 committed by Enno Boland
parent 93a0f831f8
commit ed6ad96ad9

View file

@ -13,9 +13,6 @@ homepage="http://www.dosbox.com"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${wrksrc}.tar.gz"
checksum=c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a
pre_configure() {
sed -i 's/png_check_sig/png_sig_cmp/' configure
}
post_install() {
vdoc README
vdoc docs/README.video
@ -23,4 +20,3 @@ post_install() {
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
}