pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz-icu



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Feb 14 12:30:22 UTC 2023

Modified Files:
        pkgsrc/fonts/harfbuzz-icu: Makefile

Log Message:
harfbuzz-icu: "install -l s" is not sufficently portable


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/harfbuzz-icu/Makefile

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

Modified files:

Index: pkgsrc/fonts/harfbuzz-icu/Makefile
diff -u pkgsrc/fonts/harfbuzz-icu/Makefile:1.14 pkgsrc/fonts/harfbuzz-icu/Makefile:1.15
--- pkgsrc/fonts/harfbuzz-icu/Makefile:1.14     Fri Feb 10 14:41:50 2023
+++ pkgsrc/fonts/harfbuzz-icu/Makefile  Tue Feb 14 12:30:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/02/10 14:41:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/14 12:30:22 tnn Exp $
 
 # XXX: hack to override meson installation
 INSTALL_DIRS=
@@ -39,8 +39,8 @@ harfbuzz-icu-install:
        ${LN} -f -s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.dylib
 .else
        cd ${DESTDIR}${PREFIX}/lib && \
-       ${INSTALL_LIB} -l s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so.0 && \
-       ${INSTALL_LIB} -l s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so
+       ${LN} -f -s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so.0 && \
+       ${LN} -f -s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so
 .endif
 
 do-install: harfbuzz-icu-install



Home | Main Index | Thread Index | Old Index