[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.57 and 1.59

version 1.57, 2016/03/05 11:28:44 version 1.59, 2016/05/25 16:56:41
Line 60  PLIST_SRC+= ${.CURDIR}/../../lang/python
Line 60  PLIST_SRC+= ${.CURDIR}/../../lang/python
 PLIST_SRC+=     ${.CURDIR}/../../lang/python27/PLIST.common_end  PLIST_SRC+=     ${.CURDIR}/../../lang/python27/PLIST.common_end
   
 .if ${OPSYS} == "NetBSD"  .if ${OPSYS} == "NetBSD"
 .  if !defined(USE_DESTDIR) || empty(USE_DESTDIR:M[Yy][Ee][Ss])  
 PRIVILEGED_STAGES+=     clean  
 .  endif  
 # XXX work around a botched autoconf check which ignores libintl  # XXX work around a botched autoconf check which ignores libintl
 CONFIGURE_ENV+=         ac_cv_func_bind_textdomain_codeset=yes  CONFIGURE_ENV+=         ac_cv_func_bind_textdomain_codeset=yes
 .endif  .endif
Line 87  PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:
Line 84  PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:
   
 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \  .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \
     (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \      (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \
       (${MACHINE_ARCH} == "ia64") || \
     (defined(ABI) && ${ABI} == "64")      (defined(ABI) && ${ABI} == "64")
 IS_64BIT_PLATFORM?=     yes  IS_64BIT_PLATFORM?=     yes
 .else  .else

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.59

CVSweb <webmaster@jp.NetBSD.org>