pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/talloc
Module Name: pkgsrc
Committed By: nros
Date: Wed Dec 18 10:40:03 UTC 2024
Modified Files:
pkgsrc/devel/talloc: Makefile
Log Message:
devel/talloc: add lib buildlinks used during configure
libintl is used when testing t link with python embed,
the configure step breaks if it is not buildlinked and
not in base.
pthreads and dlopen are also used so buildlink these
as well.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/talloc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/talloc/Makefile
diff -u pkgsrc/devel/talloc/Makefile:1.49 pkgsrc/devel/talloc/Makefile:1.50
--- pkgsrc/devel/talloc/Makefile:1.49 Wed Jan 31 17:40:00 2024
+++ pkgsrc/devel/talloc/Makefile Wed Dec 18 10:40:03 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2024/01/31 17:40:00 adam Exp $
+# $NetBSD: Makefile,v 1.50 2024/12/18 10:40:03 nros Exp $
DISTNAME= talloc-2.4.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://www.samba.org/ftp/talloc/
@@ -42,6 +43,9 @@ SUBST_FILES.docbook+= buildtools/wafsamb
SUBST_STAGE.docbook= pre-configure
SUBST_SED.docbook+= -e 's,http://docbook.sourceforge.net/release/xsl/current,${PREFIX}/share/xsl/docbook,g'
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index