Browse Source

Silence libpng warnings on macOS

tags/1.9.8
falkTX 7 years ago
parent
commit
1b8eaf84a8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      data/macos/build-deps.sh

+ 1
- 0
data/macos/build-deps.sh View File

@@ -458,6 +458,7 @@ if [ ! -f qtbase-opensource-src-${QT5_VERSION}/build-done ]; then
cd qtbase-opensource-src-${QT5_VERSION}
if [ ! -f configured ]; then
if [ ! -f carla-patched ]; then
sed -i -e "s|PNG_WARNINGS_SUPPORTED|PNG_WARNINGS_NOT_SUPPORTED|" src/3rdparty/libpng/pnglibconf.h
sed -i -e "s|AWK=.*|AWK=/opt/local/bin/gawk|" configure
patch -p1 -i ../patches/qt55-newosx-fix.patch
touch carla-patched


Loading…
Cancel
Save