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

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

Diff for /pkgsrc/devel/nss/Makefile between version 1.32 and 1.33

version 1.32, 2009/03/23 17:39:12 version 1.33, 2009/08/19 15:01:21
Line 39  PLIST_SUBST+=  SO_SUFFIX=${SO_SUFFIX:Q}
Line 39  PLIST_SUBST+=  SO_SUFFIX=${SO_SUFFIX:Q}
 MAKEFLAGS+=     NS_USE_GCC=YES  MAKEFLAGS+=     NS_USE_GCC=YES
 .endif  .endif
   
   .if ${OPSYS} == "Linux"
   .  if defined(ABI) && ${ABI} == "64"
   MAKE_FLAGS+=            USE_64=1
   .  endif
   .endif
   
 pre-configure:  pre-configure:
         ${CP} ${FILESDIR}/DragonFly.mk \          ${CP} ${FILESDIR}/DragonFly.mk \
                 ${WRKSRC}/mozilla/security/coreconf/                  ${WRKSRC}/mozilla/security/coreconf/

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>