pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/openocd



Module Name:    pkgsrc
Committed By:   martin
Date:           Mon Jul  8 16:27:13 UTC 2019

Modified Files:
        pkgsrc/devel/openocd: Makefile

Log Message:
Remove -Werror, so this has a chance to compile on newer gcc versions


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/openocd/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/openocd/Makefile
diff -u pkgsrc/devel/openocd/Makefile:1.5 pkgsrc/devel/openocd/Makefile:1.6
--- pkgsrc/devel/openocd/Makefile:1.5   Tue Mar 13 03:01:15 2018
+++ pkgsrc/devel/openocd/Makefile       Mon Jul  8 16:27:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/03/13 03:01:15 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/08 16:27:13 martin Exp $
 
 DISTNAME=      openocd-0.10.0
 PKGREVISION=   1
@@ -19,6 +19,7 @@ MAKE_JOBS_SAFE=       no
 INFO_FILES=    yes
 
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
+BUILDLINK_TRANSFORM+=  rm:-Werror
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index