pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libimagequant



Module Name:    pkgsrc
Committed By:   hauke
Date:           Mon Oct  4 12:05:58 UTC 2021

Modified Files:
        pkgsrc/graphics/libimagequant: Makefile

Log Message:
Unbreak libtool invocation, and wrap long lines.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/libimagequant/Makefile

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

Modified files:

Index: pkgsrc/graphics/libimagequant/Makefile
diff -u pkgsrc/graphics/libimagequant/Makefile:1.23 pkgsrc/graphics/libimagequant/Makefile:1.24
--- pkgsrc/graphics/libimagequant/Makefile:1.23 Fri Oct  1 09:00:36 2021
+++ pkgsrc/graphics/libimagequant/Makefile      Mon Oct  4 12:05:58 2021
@@ -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 @@ CONFIGURE_ARGS+=      --disable-sse
 .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