comparison src/libgd.mk @ 5059:fc3a52e36678

* src/libgd.mk: fix typo in update version
author John Donoghue
date Thu, 25 Apr 2019 14:07:57 -0400
parents e2349691d6ae
children
comparison
equal deleted inserted replaced
5058:8b6fba09a282 5059:fc3a52e36678
17 $(PKG)_DEPS += pthreads 17 $(PKG)_DEPS += pthreads
18 endif 18 endif
19 19
20 define $(PKG)_UPDATE 20 define $(PKG)_UPDATE
21 echo 'Warning: Updates are temporarily disabled for package libgd.' >&2; 21 echo 'Warning: Updates are temporarily disabled for package libgd.' >&2;
22 echo $(gd_VERSION) 22 echo $(libgd_VERSION)
23 endef 23 endef
24 24
25 define $(PKG)_BUILD 25 define $(PKG)_BUILD
26 if [ $(MXE_SYSTEM) = msvc ]; then \ 26 if [ $(MXE_SYSTEM) = msvc ]; then \
27 cd '$(1)' && libtoolize && autoreconf -i; \ 27 cd '$(1)' && libtoolize && autoreconf -i; \