Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56fdda6

Browse files
committed
Merge pull request matplotlib#489 from jkseppan/upgrade-osx-libs
Upgrade make.osx png and freetype libraries
2 parents 42a9e8c + b7d49ff commit 56fdda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.osx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ARCH_FLAGS?=-arch i386 -arch x86_64
1616
# but the download URLs are subject to change.
1717

1818
ZLIBVERSION=1.2.5
19-
PNGVERSION=1.5.1
20-
FREETYPEVERSION=2.4.4
19+
PNGVERSION=1.5.4
20+
FREETYPEVERSION=2.4.6
2121

2222
ZLIBFILE=zlib-${ZLIBVERSION}.tar.gz
2323
ZLIBDIR=$(basename $(basename ${ZLIBFILE}))

0 commit comments

Comments
 (0)