File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
toolchains/macosx-ppc/packages Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- FRIBIDI_VERSION=1.0.12
3+ FRIBIDI_VERSION=1.0.15
44# FRIBIDI_SHA256=30f93e9c63ee627d1a2cedcf59ac34d45bf30240982f99e44c6e015466b4e73d
55
66PACKAGE_DIR=$( CDPATH= cd -- " $( dirname -- " $0 " ) " && pwd)
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- LIBPNG_VERSION=1.6.39
3+ LIBPNG_VERSION=1.6.44
44# LIBPNG_SHA256=af4fb7f260f839919e5958e5ab01a275d4fe436d45442a36ee62f73e5beb75ba
55
66PACKAGE_DIR=$( CDPATH= cd -- " $( dirname -- " $0 " ) " && pwd)
@@ -27,10 +27,15 @@ do_make
2727# Don't install man pages and binaries
2828do_make install-libLTLIBRARIES \
2929 install-binSCRIPTS \
30- install-exec-hook \
31- install-nodist_pkgincludeHEADERS \
3230 install-pkgconfigDATA \
3331 install-pkgincludeHEADERS \
34- install-data-hook
32+ install-nodist_pkgincludeHEADERS
33+
34+ # As we install everything manually we must handle dependencies ourselves
35+ # Run these after the other ones as they depend on them
36+ do_make install-header-links \
37+ install-library-links \
38+ install-libpng-pc \
39+ install-libpng-config
3540
3641do_clean_bdir
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- ZLIB_VERSION=1.2.13
3+ ZLIB_VERSION=1.3.1
44# ZLIB_SHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
55
66PACKAGE_DIR=$( CDPATH= cd -- " $( dirname -- " $0 " ) " && pwd)
You can’t perform that action at this time.
0 commit comments