pkgsrc-WIP-changes archive

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

libdrm: does not use libtool any more



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Jul 20 12:17:20 2021 +0200
Changeset:	3f4a1e1d3ece5e3a22218b8a39596f43c409bf4f

Modified Files:
	libdrm/Makefile

Log Message:
libdrm: does not use libtool any more

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

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

diffstat:
 libdrm/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/libdrm/Makefile b/libdrm/Makefile
index f2859a5105..3f9a9843dc 100644
--- a/libdrm/Makefile
+++ b/libdrm/Makefile
@@ -14,9 +14,7 @@ LICENSE=		mit
 ONLY_FOR_PLATFORM=	NetBSD-*-* DragonFly-*-* FreeBSD-*-* OpenBSD-*-* \
 			Linux-*-* SunOS-*-*
 
-USE_PKGLOCALEDIR=	yes
 USE_TOOLS+=		gmake pkg-config
-USE_LIBTOOL=		yes
 
 PKGCONFIG_OVERRIDE+=	amdgpu/libdrm_amdgpu.pc.in
 PKGCONFIG_OVERRIDE+=	etnaviv/libdrm_etnaviv.pc.in


Home | Main Index | Thread Index | Old Index