pkgsrc-WIP-changes archive

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

lcdproc: add dlopen check, remove libtool.



Module Name:	pkgsrc-wip
Committed By:	Rui-Xiang Guo <rxg%lavabit.com@localhost>
Pushed By:	rxg
Date:		Mon Mar 1 11:46:40 2021 +0800
Changeset:	b9262df2e3d133b028d7009e70eed1761e03781b

Modified Files:
	lcdproc/Makefile
	lcdproc/TODO

Log Message:
lcdproc: add dlopen check, remove libtool.

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

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

diffstat:
 lcdproc/Makefile | 2 +-
 lcdproc/TODO     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/lcdproc/Makefile b/lcdproc/Makefile
index 2a2df63843..cb48b95571 100644
--- a/lcdproc/Makefile
+++ b/lcdproc/Makefile
@@ -17,7 +17,6 @@ CONFIGURE_ARGS+=	--enable-drivers=all
 CONFIGURE_ARGS+=	--disable-libX11
 CONFIGURE_ARGS+=	--disable-libpng
 CONFIGURE_ARGS+=	--disable-freetype
-USE_LIBTOOL=		yes
 USE_TOOLS+=		pkg-config
 
 .include "../../mk/bsd.prefs.mk"
@@ -62,6 +61,7 @@ CONF_FILES+=		${EGDIR}/lcdvc.conf ${PKG_SYSCONFDIR}/lcdvc.conf
 .include "../../devel/libftdi1/buildlink3.mk"
 .include "../../devel/libhid/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/libusb.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lcdproc/TODO b/lcdproc/TODO
index 6d205137b1..1035b44a4a 100644
--- a/lcdproc/TODO
+++ b/lcdproc/TODO
@@ -2,4 +2,3 @@
 	configure script)
 * Add support for specifying full/clients-only/server-only build (see
 	targets install-server and install-clients)
-* Add support for libtool


Home | Main Index | Thread Index | Old Index