summaryrefslogtreecommitdiffstats
path: root/src/gd.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-03-03 16:27:12 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-03-03 16:27:12 (GMT)
commit5abd6a1b390af6acd9ee399af1594db184077ae3 (patch)
tree521682a6f9bcd23ad61fcd94530ac80c83762b52 /src/gd.mk
parentd9fa2b352c45d0f42417f30b7244dbbe4eb4ab02 (diff)
downloadmxe-5abd6a1b390af6acd9ee399af1594db184077ae3.zip
mxe-5abd6a1b390af6acd9ee399af1594db184077ae3.tar.gz
mxe-5abd6a1b390af6acd9ee399af1594db184077ae3.tar.bz2
package gd: libpng15 compatibility
Diffstat (limited to 'src/gd.mk')
-rw-r--r--src/gd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd.mk b/src/gd.mk
index 4095973..30ff59d 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -25,7 +25,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,png14,g' '$(1)/configure'
+ $(SED) -i 's,png12,png15,g' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \