pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_select



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep  7 23:18:57 UTC 2019

Modified Files:
        pkgsrc/pkgtools/pkg_select: Makefile

Log Message:
pkg_select: remove Werror, helps building on netbsd-current


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/pkgtools/pkg_select/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkg_select/Makefile
diff -u pkgsrc/pkgtools/pkg_select/Makefile:1.26 pkgsrc/pkgtools/pkg_select/Makefile:1.27
--- pkgsrc/pkgtools/pkg_select/Makefile:1.26    Fri Dec 29 17:55:13 2017
+++ pkgsrc/pkgtools/pkg_select/Makefile Sat Sep  7 23:18:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/12/29 17:55:13 maya Exp $
+# $NetBSD: Makefile,v 1.27 2019/09/07 23:18:57 nia Exp $
 #
 
 DISTNAME=      pkg_select-20090308
@@ -22,10 +22,10 @@ CONF_FILES= ${EXAMPLEDIR}/${PKGBASE}.con
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 BUILDLINK_TRANSFORM+=  rm:-Wno-traditional
-.elif !empty(PKGSRC_COMPILER:Mgcc)
-CFLAGS+=               -Wno-error=unused-but-set-variable
 .endif
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 SUBST_CLASSES+=                path
 SUBST_STAGE.path=      pre-configure
 SUBST_MESSAGE.path=    Adjusting path.



Home | Main Index | Thread Index | Old Index