pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mozjs78



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan 11 11:31:08 UTC 2024

Modified Files:
        pkgsrc/lang/mozjs78: Makefile

Log Message:
mozjs78: Add direct include of iconv.

Previously it was coming in via the clang build dependency, and thus falling
foul of indirect library checks.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/mozjs78/Makefile

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

Modified files:

Index: pkgsrc/lang/mozjs78/Makefile
diff -u pkgsrc/lang/mozjs78/Makefile:1.33 pkgsrc/lang/mozjs78/Makefile:1.34
--- pkgsrc/lang/mozjs78/Makefile:1.33   Wed Nov  8 13:19:49 2023
+++ pkgsrc/lang/mozjs78/Makefile        Thu Jan 11 11:31:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/11/08 13:19:49 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/01/11 11:31:08 jperkin Exp $
 
 DISTNAME=      mozjs78_78.15.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -82,11 +82,12 @@ post-install:
        ${CHMOD} -x ${DESTDIR}${PREFIX}/include/mozjs-78/js-config.h
        ${CHMOD} -x ${DESTDIR}${PREFIX}/lib/pkgconfig/mozjs-78.pc
 
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
 RUST_REQ=      1.41.0
 .include "../../lang/rust/rust.mk"
-.include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/tool.mk"
 .include "../../textproc/icu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index