File: hurd.patch

package info (click to toggle)
numptyphysics 0.3.10-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,788 kB
  • sloc: cpp: 21,126; ansic: 6,298; makefile: 170; python: 135
file content (18 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: try to build for Hurd
Author: Alexandre Detiste <tchet@debian.org>
Forwarded: never
---

--- a/src/Os.cpp
+++ b/src/Os.cpp
@@ -32,6 +32,10 @@
 #undef DELETE
 #endif
 
+#if !defined PATH_MAX
+#define PATH_MAX 4096
+#endif
+
 #include "thp_format.h"
 #include "petals_log.h"