[BACK]Return to module.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / perl5

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

Diff for /pkgsrc/lang/perl5/module.mk between version 1.56 and 1.57

version 1.56, 2007/11/18 21:44:56 version 1.57, 2008/12/20 13:08:00
Line 46  TEST_TARGET?=  test
Line 46  TEST_TARGET?=  test
   
 .include "../../mk/compiler.mk"  .include "../../mk/compiler.mk"
   
 # see http://mail-index.netbsd.org/tech-pkg/2007/04/20/0004.html  
 .if ${OPSYS} == "AIX"  
 .  if !empty(CC_VERSION:Mgcc*)  
 BROKEN=         Perl does not like building with GCC on AIX, please use a different compiler  
 .  endif  
 .endif  
   
 .if ${PERL5_MODULE_TYPE} == "Module::Build"  .if ${PERL5_MODULE_TYPE} == "Module::Build"
 _PERL5_MODTYPE=         modbuild  _PERL5_MODTYPE=         modbuild
 .  if ${_USE_DESTDIR} != "no"  .  if ${_USE_DESTDIR} != "no"

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

CVSweb <webmaster@jp.NetBSD.org>