pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libimagequant Unbreak libtool invocation, and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f14dabfff281
branches:  trunk
changeset: 459349:f14dabfff281
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Mon Oct 04 12:05:58 2021 +0000

description:
Unbreak libtool invocation, and wrap long lines.

diffstat:

 graphics/libimagequant/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 9bc5448be62b -r f14dabfff281 graphics/libimagequant/Makefile
--- a/graphics/libimagequant/Makefile   Mon Oct 04 09:26:58 2021 +0000
+++ b/graphics/libimagequant/Makefile   Mon Oct 04 12:05:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2021/10/01 09:00:36 adam Exp $
+# $NetBSD: Makefile,v 1.24 2021/10/04 12:05:58 hauke Exp $
 
 DISTNAME=      libimagequant-2.16.0
 CATEGORIES=    graphics
@@ -29,7 +29,9 @@
 .endif
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/libimagequant.h ${DESTDIR}${PREFIX}/include/libimagequant.h
-       ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libimagequant.la ${DESTDIR}${PREFIX}/lib
+       ${INSTALL_DATA} ${WRKSRC}/libimagequant.h \
+               ${DESTDIR}${PREFIX}/include/libimagequant.h
+       ${LIBTOOL} --mode=install --tag=CC ${INSTALL_LIB} \
+               ${WRKSRC}/libimagequant.la ${DESTDIR}${PREFIX}/lib
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index