pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/rudiments



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan 23 14:36:32 UTC 2018

Modified Files:
        pkgsrc/devel/rudiments: Makefile

Log Message:
rudiments: Avoid -Wdeprecated-declarations failure on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/rudiments/Makefile

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

Modified files:

Index: pkgsrc/devel/rudiments/Makefile
diff -u pkgsrc/devel/rudiments/Makefile:1.47 pkgsrc/devel/rudiments/Makefile:1.48
--- pkgsrc/devel/rudiments/Makefile:1.47        Mon Jan  1 21:18:08 2018
+++ pkgsrc/devel/rudiments/Makefile     Tue Jan 23 14:36:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2018/01/01 21:18:08 adam Exp $
+# $NetBSD: Makefile,v 1.48 2018/01/23 14:36:32 jperkin Exp $
 #
 
 DISTNAME=              rudiments-1.0.2
@@ -24,6 +24,8 @@ BUILDLINK_TRANSFORM+= rm:-Wno-long-doubl
 .if !empty(PKGSRC_COMPILER:Mclang)
 _WRAP_EXTRA_ARGS.CXX+= -Wno-error=unused-private-field
 CWRAPPERS_APPEND.cxx+= -Wno-error=unused-private-field
+# Avoid deprecation errors on Darwin for GSS.framework
+CWRAPPERS_APPEND.cxx+= -Wno-error=deprecated-declarations
 .endif
 
 .include "../../devel/pcre/buildlink3.mk"



Home | Main Index | Thread Index | Old Index