pkgsrc-WIP-changes archive

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

gnucash-git: fix configure



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jul 29 00:46:26 2017 +0200
Changeset:	7e863baa2a4796d78574748e3a0b54952a723305

Modified Files:
	gnucash-git/Makefile

Log Message:
gnucash-git: fix configure

Now we need to provide more files from googletest

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

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

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

diffs:
diff --git a/gnucash-git/Makefile b/gnucash-git/Makefile
index 04c26c44f7..04b65a309b 100644
--- a/gnucash-git/Makefile
+++ b/gnucash-git/Makefile
@@ -57,7 +57,7 @@ CONF_FILES+=		${PREFIX}/share/examples/gnucash/gnucash/environment ${PKG_SYSCONF
 INSTALL_MAKE_FLAGS+=	sysconfdir=${PREFIX}/share/examples/gnucash
 
 pre-configure:
-	cd ${WRKSRC} && autoreconf -fiv
+	cd ${WRKSRC} && ${SH} autogen.sh
 
 .include "options.mk"
 
@@ -73,7 +73,6 @@ BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.40.0
 .include "../../lang/guile20/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
-#.include "../../misc/goffice0.8/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gnome-keyring+=	gnome-keyring>=0.6
 .include "../../security/gnome-keyring/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libsecret+=	libsecret>=0.18


Home | Main Index | Thread Index | Old Index