aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nodejs/nodejs-multiplicity.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-03-15 14:48:59 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-03-15 14:48:59 -0500
commit6793d228d302d048d6872e52360886ed1722408c (patch)
tree20ed7829fe66d6af9d1ee8fd3e5f459b722857f6 /testing/nodejs/nodejs-multiplicity.patch
parent29c2454c60a1bb2e5cc858a836963d27fbf28430 (diff)
downloadaports-6793d228d302d048d6872e52360886ed1722408c.tar.bz2
aports-6793d228d302d048d6872e52360886ed1722408c.tar.xz
testing/nodejs: new aport, orphaned (no personal interest in this package)
Diffstat (limited to 'testing/nodejs/nodejs-multiplicity.patch')
-rw-r--r--testing/nodejs/nodejs-multiplicity.patch10
1 files changed, 10 insertions, 0 deletions
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"):