pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/hexcurse
Module Name: pkgsrc
Committed By: nia
Date: Fri Mar 6 12:15:59 UTC 2020
Modified Files:
pkgsrc/editors/hexcurse: Makefile
Log Message:
hexcurse: Strip -Werror
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/hexcurse/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/hexcurse/Makefile
diff -u pkgsrc/editors/hexcurse/Makefile:1.1 pkgsrc/editors/hexcurse/Makefile:1.2
--- pkgsrc/editors/hexcurse/Makefile:1.1 Sat Mar 12 12:03:54 2016
+++ pkgsrc/editors/hexcurse/Makefile Fri Mar 6 12:15:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/03/12 12:03:54 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/06 12:15:59 nia Exp $
DISTNAME= hexcurse-1.60.0
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,5 +13,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_NCURSES= yes # uses slk_* functions
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index