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:   nia
Date:           Sat Dec  5 12:08:55 UTC 2020

Modified Files:
        pkgsrc/lang/mozjs78: Makefile

Log Message:
mozjs78: Include bsd.prefs.mk before using it


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/lang/mozjs78/Makefile:1.11
--- pkgsrc/lang/mozjs78/Makefile:1.10   Sat Dec  5 12:03:25 2020
+++ pkgsrc/lang/mozjs78/Makefile        Sat Dec  5 12:08:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/12/05 12:03:25 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/05 12:08:55 nia Exp $
 
 DISTNAME=      mozjs78_78.4.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -37,13 +37,13 @@ CONFIGURE_ARGS+=    --with-intl-api
 CONFIGURE_ARGS+=       --target=${MACHINE_GNU_PLATFORM}
 CONFIGURE_ARGS+=       --host=${MACHINE_GNU_PLATFORM}
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${MACHINE_ARCH} == "i386"
 # 64 bit atomics
 CXXFLAGS+=             -march=i586
 .endif
 
-.include "../../mk/bsd.prefs.mk"
-
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
 # 64 bit atomics
 .include "../../devel/libatomic/buildlink3.mk"



Home | Main Index | Thread Index | Old Index