pkgsrc-WIP-changes archive

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

gnunet-gtk: Fix building.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Mar 25 16:31:39 2022 +0100
Changeset:	d6869a697f4d60124a5b2f2786c8ea9eb239abd9

Modified Files:
	gnunet-gtk/Makefile
	gnunet-gtk/PLIST

Log Message:
gnunet-gtk: Fix building.

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

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

diffstat:
 gnunet-gtk/Makefile | 5 ++++-
 gnunet-gtk/PLIST    | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/gnunet-gtk/Makefile b/gnunet-gtk/Makefile
index 165fc4e9b1..7e0ef28b13 100644
--- a/gnunet-gtk/Makefile
+++ b/gnunet-gtk/Makefile
@@ -12,7 +12,7 @@ LICENSE=		gnu-gpl-v3
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
-USE_TOOLS+=		pkg-config
+USE_TOOLS+=		pkg-config automake autoconf autoreconf
 
 # options.mk uses an option from gnunet's bl3
 .include "../../wip/gnunet/buildlink3.mk"
@@ -27,6 +27,9 @@ CONFIGURE_ARGS+=	--with-extractor=${BUILDLINK_PREFIX.libextractor}
 # optional dependency, but x11/libunique says it is deprecated.
 # CONFIGURE_ARGS+=	--with-libunique
 
+pre-configure:
+	(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -vif)
+
 .include "../../converters/qrencode/buildlink3.mk"
 .include "../../devel/glade/buildlink3.mk"
 .include "../../devel/libextractor/buildlink3.mk"
diff --git a/gnunet-gtk/PLIST b/gnunet-gtk/PLIST
index 85ef85b921..d286c09a92 100644
--- a/gnunet-gtk/PLIST
+++ b/gnunet-gtk/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+bin/gnunet-conversation-gtk
 bin/gnunet-fs-gtk
 bin/gnunet-namestore-gtk
 bin/gnunet-peerinfo-gtk


Home | Main Index | Thread Index | Old Index