pkgsrc-WIP-changes archive

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

gnucash-git: disable errors on warnings



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jul 30 16:47:35 2017 +0200
Changeset:	f4ca0b0acb9b7a6f382601bf6af50cfbf26edc96

Modified Files:
	gnucash-git/Makefile

Log Message:
gnucash-git: disable errors on warnings

Not usable for us, since for example boost headers are not warning
free for this project.

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

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

diffstat:
 gnucash-git/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/gnucash-git/Makefile b/gnucash-git/Makefile
index e037de87cf..cb68254884 100644
--- a/gnucash-git/Makefile
+++ b/gnucash-git/Makefile
@@ -42,6 +42,7 @@ USE_TOOLS+=		autoconf automake autoreconf
 GNU_CONFIGURE=		yes
 INFO_FILES=		YES
 
+CONFIGURE_ARGS+=	--disable-error-on-warning
 CONFIGURE_ARGS+=	--enable-python
 CONFIGURE_ARGS+=	--with-xdg-data-dirs=${PREFIX}/share
 CONFIGURE_ARGS+=	GTEST_ROOT=${WRKDIR}/googletest-release-1.8.0/googletest


Home | Main Index | Thread Index | Old Index