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

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

Diff for /pkgsrc/databases/libcassandra/Makefile between version 1.23 and 1.30

version 1.23, 2014/04/23 13:17:52 version 1.30, 2016/03/05 11:28:11
Line 2 
Line 2 
 #  #
   
 DISTNAME=               libcassandra-20101010  DISTNAME=               libcassandra-20101010
 PKGREVISION=            14  PKGREVISION=            20
 CATEGORIES=             databases  CATEGORIES=             databases
 MASTER_SITES=           ftp://ftp.ancient-solutions.com/pub/bsdprojects/NetBSD/packages/distfiles/  MASTER_SITES=           ftp://ftp.ancient-solutions.com/pub/bsdprojects/NetBSD/packages/distfiles/
   
Line 36  MAKE_ENV+=  AM_DEFAULT_VERBOSITY=1
Line 36  MAKE_ENV+=  AM_DEFAULT_VERBOSITY=1
   
 .include "../../mk/compiler.mk"  .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)  .if !empty(PKGSRC_COMPILER:Mclang)
 CXXFLAGS+=      -Wno-c++11-extensions  CXXFLAGS+=      -Wno-c++11-extensions -Wno-error=unused-local-typedef
 .endif  .endif
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>