package gd: libpng16 compatibility

This commit is contained in:
Tony Theodore 2013-04-14 18:23:24 +10:00
parent 0d6f37fb76
commit bfd24ec5cd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define $(PKG)_BUILD
touch '$(1)/Makefile.in'
$(SED) -i 's,-I@includedir@,-I@includedir@ -DNONDLL,' '$(1)/config/gdlib-config.in'
$(SED) -i 's,-lX11 ,,g' '$(1)/configure'
$(SED) -i 's,png12,png15,g' '$(1)/configure'
$(SED) -i 's,png12,png16,g' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \