[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / python27

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/lang/python27/Makefile between version 1.49 and 1.50

version 1.49, 2015/05/24 07:44:07 version 1.50, 2015/09/07 12:02:05
Line 102  PLIST_VARS+= extra-so
Line 102  PLIST_VARS+= extra-so
 PLIST.extra-so= yes  PLIST.extra-so= yes
 .endif  .endif
   
 # Make sure python modules can link correctly  
 .if ${OPSYS} == "Darwin"  
 INSTALL_UNSTRIPPED=     yes  
 .endif  
   
 # For Xcode 5 we need to search the SDK path for headers, otherwise certain  # For Xcode 5 we need to search the SDK path for headers, otherwise certain
 # modules will not be built.  # modules will not be built.
 .if ${OPSYS} == "Darwin" && exists(${OSX_SDK_PATH}/usr/include)  .if ${OPSYS} == "Darwin" && exists(${OSX_SDK_PATH}/usr/include)

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>