Warning, /graphics/krita/3rdparty/ext_python/osx_fixappinstall.diff is written in an unsupported language. File is not indexed.

0001 diff --git a/configure b/configure
0002 index 2a933cd..4dfb4fb 100755
0003 --- a/configure
0004 +++ b/configure
0005 @@ -3149,7 +3149,7 @@ if test "${enable_framework+set}" = set; then :
0006                 FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools"
0007                 FRAMEWORKALTINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools"
0008                 FRAMEWORKPYTHONW="frameworkpythonw"
0009 -               FRAMEWORKINSTALLAPPSPREFIX="/Applications"
0010 +               FRAMEWORKINSTALLAPPSPREFIX="${prefix}/Applications"
0011  
0012                 if test "x${prefix}" = "xNONE" ; then
0013                         FRAMEWORKUNIXTOOLSPREFIX="${ac_default_prefix}"
0014 @@ -3160,7 +3160,7 @@ if test "${enable_framework+set}" = set; then :
0015  
0016                 case "${enableval}" in
0017                 /System*)
0018 -                       FRAMEWORKINSTALLAPPSPREFIX="/Applications"
0019 +                       FRAMEWORKINSTALLAPPSPREFIX="${prefix}/Applications"
0020                         if test "${prefix}" = "NONE" ; then
0021                                 # See below
0022                                 FRAMEWORKUNIXTOOLSPREFIX="/usr"
0023 @@ -3168,13 +3168,13 @@ if test "${enable_framework+set}" = set; then :
0024                         ;;
0025  
0026                 /Library*)
0027 -                       FRAMEWORKINSTALLAPPSPREFIX="/Applications"
0028 +                       FRAMEWORKINSTALLAPPSPREFIX="${prefix}/Applications"
0029                         ;;
0030  
0031                 */Library/Frameworks)
0032                         MDIR="`dirname "${enableval}"`"
0033                         MDIR="`dirname "${MDIR}"`"
0034 -                       FRAMEWORKINSTALLAPPSPREFIX="${MDIR}/Applications"
0035 +                       FRAMEWORKINSTALLAPPSPREFIX="${MDIR}${prefix}/Applications"
0036  
0037                         if test "${prefix}" = "NONE"; then
0038                                 # User hasn't specified the
0039 @@ -3188,7 +3188,7 @@ if test "${enable_framework+set}" = set; then :
0040                         ;;
0041  
0042                 *)
0043 -                       FRAMEWORKINSTALLAPPSPREFIX="/Applications"
0044 +                       FRAMEWORKINSTALLAPPSPREFIX="${prefix}/Applications"
0045                         ;;
0046                 esac
0047