pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/rkdeveloptool



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Apr 25 09:16:16 UTC 2021

Modified Files:
        pkgsrc/sysutils/rkdeveloptool: Makefile

Log Message:
rkdeveloptool: strip -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/rkdeveloptool/Makefile

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

Modified files:

Index: pkgsrc/sysutils/rkdeveloptool/Makefile
diff -u pkgsrc/sysutils/rkdeveloptool/Makefile:1.1 pkgsrc/sysutils/rkdeveloptool/Makefile:1.2
--- pkgsrc/sysutils/rkdeveloptool/Makefile:1.1  Fri Aug 31 10:09:51 2018
+++ pkgsrc/sysutils/rkdeveloptool/Makefile      Sun Apr 25 09:16:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/31 10:09:51 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/25 09:16:16 nia Exp $
 
 GITHUB_TAG=    081d237ad5bf8f03170c9d60bd94ceefa0352aaf
 DISTNAME=      rkdeveloptool-1.3
@@ -14,6 +14,8 @@ USE_LANGUAGES=        c c++
 USE_TOOLS=     autoconf automake autoreconf gmake pkg-config
 GNU_CONFIGURE= yes
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -vif
 



Home | Main Index | Thread Index | Old Index