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

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

Diff for /pkgsrc/ham/xlog/Makefile between version 1.85 and 1.86

version 1.85, 2020/02/28 15:17:03 version 1.86, 2020/02/28 17:52:13
Line 2 
Line 2 
 #  #
   
 DISTNAME=       xlog-2.0.17  DISTNAME=       xlog-2.0.17
 PKGREVISION=    2  PKGREVISION=    3
 CATEGORIES=     ham  CATEGORIES=     ham
 MASTER_SITES=   http://download.savannah.gnu.org/releases/xlog/  MASTER_SITES=   http://download.savannah.gnu.org/releases/xlog/
 LICENSE=        gnu-gpl-v3  LICENSE=        gnu-gpl-v3
Line 26  _WRAP_EXTRA_ARGS.CC+= -Wno-error=parenth
Line 26  _WRAP_EXTRA_ARGS.CC+= -Wno-error=parenth
 CWRAPPERS_APPEND.cc+=   -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations  CWRAPPERS_APPEND.cc+=   -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations
 .endif  .endif
   
   # Problematic with 5.5.0 on netbsd-8.
   .if !empty(PKGSRC_COMPILER:Mgcc)
   BUILDLINK_TRANSFORM+=   rm:-Wno-stringop-truncation
   .endif
   
   # Work around https://savannah.nongnu.org/bugs/index.php?57920
   _WRAP_EXTRA_ARGS.CC+=   -Wno-deprecated-declarations
   CWRAPPERS_APPEND.cc+=   -Wno-deprecated-declarations
   
 .include "../../databases/shared-mime-info/buildlink3.mk"  .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../graphics/gnome-icon-theme/buildlink3.mk"  .include "../../graphics/gnome-icon-theme/buildlink3.mk"
 .include "../../ham/hamlib/buildlink3.mk"  .include "../../ham/hamlib/buildlink3.mk"

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

CVSweb <webmaster@jp.NetBSD.org>