pkgsrc-WIP-changes archive

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

guix: nix-daemon needs argp.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Fri May 15 14:55:24 2020 +0200
Changeset:	4a29e131f5f9959a7ad922737674ac5beeaf8ca6

Modified Files:
	guix/Makefile

Log Message:
guix: nix-daemon needs argp.

so far this targets glibc, but let's use argp for now
because guix is not an ordinary application to port.

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

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

diffstat:
 guix/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/guix/Makefile b/guix/Makefile
index e84083a88a..760a13fa1e 100644
--- a/guix/Makefile
+++ b/guix/Makefile
@@ -27,6 +27,7 @@ DEPENDS+=	guile-sqlite3-[0-9]*:../../databases/guile-sqlite3
 pre-configure:
 	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -I${PREFIX}/guile/2.2/share/aclocal -vif
 
+.include "../../devel/argp/buildlink3.mk"
 .include "../../lang/guile22/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"


Home | Main Index | Thread Index | Old Index