pkgsrc-WIP-changes archive

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

nss-hg: remove -Werror from flags to make this build on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Mar 18 23:14:39 2016 +0100
Changeset:	94a43f459bfdee6be7b8cc6fecdb3b3f7ae9febf

Modified Files:
	nss-hg/Makefile

Log Message:
nss-hg: remove -Werror from flags to make this build on NetBSD

lots of ctype(3) problems in the source code

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94a43f459bfdee6be7b8cc6fecdb3b3f7ae9febf

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

diffstat:
 nss-hg/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/nss-hg/Makefile b/nss-hg/Makefile
index 7d55195..60ccc80 100644
--- a/nss-hg/Makefile
+++ b/nss-hg/Makefile
@@ -17,6 +17,8 @@ WRKSRC=			${WRKDIR}/nss
 
 USE_LANGUAGES=		c c++
 
+BUILDLINK_TRANSFORM+=	rm:-Werror
+
 # wants to use zlib before making sure it's built
 MAKE_JOBS_SAFE=		no
 


Home | Main Index | Thread Index | Old Index