pkgsrc-WIP-changes archive

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

gnucash-git: sync gnucash-devel changes to make this build.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Mar 14 15:24:07 2018 +0100
Changeset:	c00600c7cdb42dde45683cb1827ca94a99f6c991

Modified Files:
	gnucash-git/Makefile

Log Message:
gnucash-git: sync gnucash-devel changes to make this build.

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

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

diffstat:
 gnucash-git/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/gnucash-git/Makefile b/gnucash-git/Makefile
index 1684d6b3a3..1951482c9a 100644
--- a/gnucash-git/Makefile
+++ b/gnucash-git/Makefile
@@ -20,12 +20,14 @@ DEPENDS+=		guile22-slib>=3.2.1:../../devel/guile22-slib
 DEPENDS+=		p5-Finance-Quote-[0-9]*:../../finance/p5-Finance-Quote
 DEPENDS+=		p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
 DEPENDS+=		dconf-[0-9]*:../../devel/dconf
+# instead of USE_TOOLS+=msgfmt, since we need a newer version
+TOOL_DEPENDS+=		gettext-tools>=0.19.6:../../devel/gettext-tools
 
 USE_LANGUAGES=		c c++
 USE_CMAKE=		yes
 USE_LIBTOOL=		yes
 INFO_FILES=		yes
-USE_TOOLS+=		intltool makeinfo msgfmt perl:run pkg-config
+USE_TOOLS+=		perl:run pkg-config
 # remove when using ninja
 USE_TOOLS+=		gmake
 
@@ -36,7 +38,7 @@ MAKE_ENV+=		GUILE_AUTO_COMPILE=0
 CMAKE_ARGS+=		-DGMOCK_ROOT=${WRKDIR}/googletest-release-1.8.0/googlemock
 CMAKE_ARGS+=		-DGTEST_ROOT=${WRKDIR}/googletest-release-1.8.0/googletest
 CMAKE_ARGS+=		-DWITH_AQBANKING=OFF
-CMAKE_ARGS+=		-DPERL_EXECUTABLE=${LOCALBASE}/bin/perl
+CMAKE_ARGS+=		-DPERL_EXECUTABLE=${PERL5}
 #CMAKE_ARGS+=		-GNinja
 #BUILD_DEPENDS+=	ninja-build-[0-9]*:../../devel/ninja-build
 


Home | Main Index | Thread Index | Old Index