pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: Ensure largefile is enabled on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e84558f1fc75
branches: trunk
changeset: 328308:e84558f1fc75
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jan 18 16:24:37 2019 +0000
description:
nodejs: Ensure largefile is enabled on SunOS.
diffstat:
lang/nodejs/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r d741dab7e08a -r e84558f1fc75 lang/nodejs/Makefile.common
--- a/lang/nodejs/Makefile.common Fri Jan 18 14:43:59 2019 +0000
+++ b/lang/nodejs/Makefile.common Fri Jan 18 16:24:37 2019 +0000
@@ -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_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