pkgsrc-WIP-changes archive

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

libbsd: introduce dependency on devel/libmd. Required on libbsd>=0.10.0 Remove leftover of previous Makefile draft: already resorted to simply use `USE_LIBTOOL= yes'.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Thu Jun 30 17:20:22 2022 +0200
Changeset:	67c444aea180499e43199ecb6918ec52ee1d38c4

Modified Files:
	libbsd/Makefile

Log Message:
libbsd: introduce dependency on devel/libmd.
Required on libbsd>=0.10.0
Remove leftover of previous Makefile draft: already resorted to simply
use `USE_LIBTOOL=    yes'.

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

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

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

diffs:
diff --git a/libbsd/Makefile b/libbsd/Makefile
index b54b58fe98..9dfaae717e 100644
--- a/libbsd/Makefile
+++ b/libbsd/Makefile
@@ -15,10 +15,9 @@ GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_TOOLS+=	pkg-config
 
-INSTALL=	${LIBTOOL} --mode=install ${INSTALL}
-
 PKGCONFIG_OVERRIDE+=	src/libbsd-ctor.pc.in
 PKGCONFIG_OVERRIDE+=	src/libbsd-overlay.pc.in
 PKGCONFIG_OVERRIDE+=	src/libbsd.pc.in
 
+.include "../../devel/libmd/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index