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: nia
Date: Sun Sep 8 16:31:34 UTC 2019
Modified Files:
pkgsrc/devel/rudiments: Makefile
Log Message:
rudiments: strip -Werror
this is causing problems with deprecations in recent linux standard libs.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 pkgsrc/devel/rudiments/Makefile:1.55
--- pkgsrc/devel/rudiments/Makefile:1.54 Thu Aug 22 12:23:04 2019
+++ pkgsrc/devel/rudiments/Makefile Sun Sep 8 16:31:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/08/22 12:23:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2019/09/08 16:31:33 nia Exp $
#
DISTNAME= rudiments-1.0.2
@@ -18,6 +18,7 @@ USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
PTHREAD_AUTO_VARS= YES
+BUILDLINK_TRANSFORM+= rm:-Werror
BUILDLINK_TRANSFORM+= rm:-Wno-long-double
.include "../../mk/compiler.mk"
Home |
Main Index |
Thread Index |
Old Index