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:           Tue Dec  3 15:15:37 UTC 2024

Modified Files:
        pkgsrc/lang/mozjs78: Makefile

Log Message:
mozjs78: SunOS needs explicit libs.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/lang/mozjs78/Makefile:1.42
--- pkgsrc/lang/mozjs78/Makefile:1.41   Thu Nov 14 22:20:28 2024
+++ pkgsrc/lang/mozjs78/Makefile        Tue Dec  3 15:15:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2024/11/14 22:20:28 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/12/03 15:15:37 jperkin Exp $
 
 DISTNAME=      mozjs78_78.15.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -39,6 +39,7 @@ OVERRIDE_GNU_CONFIG_SCRIPTS=  yes
 OVERRIDE_DIRDEPTH=             4
 
 CPPFLAGS.SunOS+=       -DSOLARIS
+LDFLAGS.SunOS+=                -licuuc
 
 # For rustc/cargo detection
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index