pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/nodejs
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 18 16:24:38 UTC 2019
Modified Files:
pkgsrc/lang/nodejs: Makefile.common
Log Message:
nodejs: Ensure largefile is enabled on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/nodejs/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/nodejs/Makefile.common
diff -u pkgsrc/lang/nodejs/Makefile.common:1.26 pkgsrc/lang/nodejs/Makefile.common:1.27
--- pkgsrc/lang/nodejs/Makefile.common:1.26 Thu Jan 10 13:02:41 2019
+++ pkgsrc/lang/nodejs/Makefile.common Fri Jan 18 16:24:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2019/01/10 13:02:41 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.27 2019/01/18 16:24:37 jperkin Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs6/Makefile
# used by lang/nodejs8/Makefile
@@ -60,6 +60,9 @@ SUBST_FILES.mksnapshot+= out/deps/v8/gyp
SUBST_SED.mksnapshot+= -e 's|call do_cmd,link)|call do_cmd,link)\${.newline} ${TOOLS_PLATFORM.paxctl} +m $$@|'
.endif
+CFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64
+CXXFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64
+
pre-install:
${CHMOD} -R g-w ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index