summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel2015-07-23 00:51:11 +0200
committerManuel2015-07-23 00:51:11 +0200
commitae32fd91588745c1eaefe62a007f9995a70c6b80 (patch)
tree00fef43b4f0c3926087962621b97965a47abbfc1
parent45b43ae069cd3703a103f51bd23c7c645458d3b8 (diff)
downloadaur-ae32fd91588745c1eaefe62a007f9995a70c6b80.tar.gz
Fixed build error
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0be4ba9d118..8170bdd490eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,10 @@ build() {
autoreconf -fi
./configure ${_configure_args}
+
+ # Thanks goes to haawda at this point
+ sed -i '320s+@LIBPNG_LDFLAGS@+-lpng16+' Makefile
+
make
}