pkgsrc-WIP-changes archive

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

llilc-git: Disable -Werror



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Feb 23 23:20:49 2016 +0100
Changeset:	33ac966e20154663599711d14bd1df801fa1a338

Modified Files:
	llilc-git/Makefile

Log Message:
llilc-git: Disable -Werror

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

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

diffstat:
 llilc-git/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/llilc-git/Makefile b/llilc-git/Makefile
index 84b635a..fb13bac 100644
--- a/llilc-git/Makefile
+++ b/llilc-git/Makefile
@@ -25,6 +25,8 @@ USE_LANGUAGES=	c c++
 GCC_REQD+=              4.8
 PYTHON_FOR_BUILD_ONLY=  yes
 
+BUILDLINK_TRANSFORM+=        rm:-Werror
+
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DCMAKE_C_COMPILER=gcc
 CMAKE_ARGS+=    -DCMAKE_CXX_COMPILER=g++


Home | Main Index | Thread Index | Old Index