From 6793d228d302d048d6872e52360886ed1722408c Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 15 Mar 2011 14:48:59 -0500 Subject: testing/nodejs: new aport, orphaned (no personal interest in this package) --- testing/nodejs/nodejs-multiplicity.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/nodejs/nodejs-multiplicity.patch (limited to 'testing/nodejs/nodejs-multiplicity.patch') diff --git a/testing/nodejs/nodejs-multiplicity.patch b/testing/nodejs/nodejs-multiplicity.patch new file mode 100644 index 0000000000..87479690d5 --- /dev/null +++ b/testing/nodejs/nodejs-multiplicity.patch @@ -0,0 +1,10 @@ +--- node-v0.4.2.orig/wscript ++++ node-v0.4.2/wscript +@@ -436,7 +436,6 @@ + # LFS + conf.env.append_value('CPPFLAGS', '-D_LARGEFILE_SOURCE') + conf.env.append_value('CPPFLAGS', '-D_FILE_OFFSET_BITS=64') +- conf.env.append_value('CPPFLAGS', '-DEV_MULTIPLICITY=0') + + # Makes select on windows support more than 64 FDs + if sys.platform.startswith("win32"): -- cgit v1.2.3