Advertisement
Guest User

Untitled

a guest
May 12th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.99 KB | None | 0 0
  1. Index: build/workspaces/build-osx-bundle.sh
  2. ===================================================================
  3. --- build/workspaces/build-osx-bundle.sh    (revision 21819)
  4. +++ build/workspaces/build-osx-bundle.sh    (working copy)
  5. @@ -25,10 +25,10 @@
  6.  OSX_VERSION=`sw_vers -productVersion | grep -Eo "^\d+.\d+"`
  7.  # Set SDK and mimimum required OS X version
  8.  export SYSROOT=${SYSROOT:="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk"}
  9. -export MIN_OSX_VERSION=${MIN_OSX_VERSION:="10.7"}
  10. +export MIN_OSX_VERSION=${MIN_OSX_VERSION:="10.8"}
  11.  
  12.  # 0 A.D. release version, e.g. Alpha 21 is 0.0.21
  13. -BUNDLE_VERSION=${BUNDLE_VERSION:="0.0.X"}
  14. +BUNDLE_VERSION=${BUNDLE_VERSION:="0.0.23"}
  15.  
  16.  # Define compiler as "clang", this is all Mavericks supports.
  17.  # gcc symlinks may still exist, but they are simply clang with
  18. Index: libraries/osx/build-osx-libs.sh
  19. ===================================================================
  20. --- libraries/osx/build-osx-libs.sh (revision 21819)
  21. +++ libraries/osx/build-osx-libs.sh (working copy)
  22. @@ -196,7 +196,7 @@
  23.    tar -xf $LIB_ARCHIVE
  24.    pushd $LIB_DIRECTORY
  25.  
  26. -  (./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" --prefix="$INSTALL_DIR" --enable-ipv6 --with-darwinssl --without-gssapi --without-libmetalink --without-librtmp --without-libssh2 --without-nss --without-polarssl --without-spnego --disable-ares --disable-ldap --disable-ldaps --without-libidn --with-zlib="${ZLIB_DIR}" --enable-shared=no && make ${JOBS} && make install) || die "libcurl build failed"
  27. +  (./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" --prefix="$INSTALL_DIR" --enable-ipv6 --with-darwinssl --without-gssapi --without-libmetalink --without-librtmp --without-libssh2 --without-nss --without-polarssl --without-spnego --disable-ares --disable-ldap --disable-ldaps --without-libidn --without-libidn2 --with-zlib="${ZLIB_DIR}" --enable-shared=no && make ${JOBS} && make install) || die "libcurl build failed"
  28.    popd
  29.    touch .already-built
  30.  else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement