components/python/python34/patches/07-ucred.patch
changeset 6446 b54de573b4e9
parent 5229 b7b91ddbbdce
equal deleted inserted replaced
6445:0edecb568b2e 6446:b54de573b4e9
   410 +
   410 +
   411 +	return m;
   411 +	return m;
   412 +}
   412 +}
   413 --- Python-3.4.3/setup.py.~3~	2015-02-25 08:14:54.409345225 -0800
   413 --- Python-3.4.3/setup.py.~3~	2015-02-25 08:14:54.409345225 -0800
   414 +++ Python-3.4.3/setup.py	2015-02-25 08:14:54.469040486 -0800
   414 +++ Python-3.4.3/setup.py	2015-02-25 08:14:54.469040486 -0800
   415 @@ -1513,6 +1513,13 @@
   415 @@ -1515,6 +1515,13 @@
   416          # Stefan Krah's _decimal module
   416          # Stefan Krah's _decimal module
   417          exts.append(self._decimal_ext())
   417          exts.append(self._decimal_ext())
   418  
   418  
   419 +        # ucred module (Solaris)
   419 +        # ucred module (Solaris)
   420 +        ucred_inc = find_file('ucred.h', [], inc_dirs)
   420 +        ucred_inc = find_file('ucred.h', [], inc_dirs)