Index: branches/2018Q3/security/py-gssapi/files/patch-setup.py =================================================================== --- branches/2018Q3/security/py-gssapi/files/patch-setup.py (nonexistent) +++ branches/2018Q3/security/py-gssapi/files/patch-setup.py (revision 476223) @@ -0,0 +1,28 @@ +--- setup.py.orig 2018-04-06 18:43:07 UTC ++++ setup.py +@@ -55,7 +55,7 @@ if link_args is None: + elif os.environ.get('MINGW_PREFIX'): + link_args = '-lgss' + else: +- link_args = get_output('krb5-config --libs gssapi') ++ link_args = get_output('%%KRB5CONFIG%% --libs gssapi') + + if compile_args is None: + if osx_has_gss_framework: +@@ -63,14 +63,14 @@ if compile_args is None: + elif os.environ.get('MINGW_PREFIX'): + compile_args = '-fPIC' + else: +- compile_args = get_output('krb5-config --cflags gssapi') ++ compile_args = get_output('%%KRB5CONFIG%% --cflags gssapi') + + link_args = link_args.split() + compile_args = compile_args.split() + + # add in the extra workarounds for different include structures + try: +- prefix = get_output('krb5-config gssapi --prefix') ++ prefix = get_output('%%KRB5CONFIG%% gssapi --prefix') + except Exception: + print("WARNING: couldn't find krb5-config; assuming prefix of %s" + % str(sys.prefix)) Property changes on: branches/2018Q3/security/py-gssapi/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q3 =================================================================== --- branches/2018Q3 (revision 476222) +++ branches/2018Q3 (revision 476223) Property changes on: branches/2018Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r476200