Skip to content
Permalink
Browse files

This patch also needs to be applied to 10.12, not just 10.13+

  • Loading branch information
nieder committed Mar 27, 2018
1 parent 8a83f21 commit 6233fbe4d0d31fcab620996920380a4ee1d487c9
Showing with 1 addition and 1 deletion.
  1. +1 −1 10.9-libcxx/stable/main/finkinfo/libs/qt4-base-mac.info
@@ -116,7 +116,7 @@ PatchScript: <<
# Fails similarly to ccache usage in MacPorts (so don't activate for now):
# https://trac.macports.org/ticket/34856
#perl -pi -e 's|CC \= gcc|CC = gcc -MD|g; s|CXX \= g\+\+|CXX = g++ -MD|g' mkspecs/common/g++-base.conf
if [[ $OSX_MAJOR_VERSION > 10.12 ]]; then
if [[ $OSX_MAJOR_VERSION > 10.11 ]]; then
patch -p1 < %{PatchFile6}
fi
# Xcode 9 fix

0 comments on commit 6233fbe

Please sign in to comment.
You can’t perform that action at this time.