libports: update zlib to version 1.2.8

Fixes #741.
This commit is contained in:
Christian Prochaska 2013-05-15 14:23:14 +02:00 committed by Norman Feske
parent 98cb023f1c
commit ff28ce77b2
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
ZLIB = zlib-1.2.7 ZLIB = zlib-1.2.8
ZLIB_DIR = $(REP_DIR)/contrib/$(ZLIB) ZLIB_DIR = $(REP_DIR)/contrib/$(ZLIB)
LIBS += libc LIBS += libc
INC_DIR += $(ZLIB_DIR) INC_DIR += $(ZLIB_DIR)

View File

@ -1,6 +1,7 @@
ZLIB = zlib-1.2.7 ZLIB_VERSION = 1.2.8
ZLIB = zlib-$(ZLIB_VERSION)
ZLIB_TGZ = $(ZLIB).tar.gz ZLIB_TGZ = $(ZLIB).tar.gz
ZLIB_URL = http://zlib.net/$(ZLIB_TGZ) ZLIB_URL = http://downloads.sourceforge.net/project/libpng/zlib/$(ZLIB_VERSION)/$(ZLIB_TGZ)
# #
# Interface to top-level prepare Makefile # Interface to top-level prepare Makefile