mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
23 lines
610 B
Plaintext
23 lines
610 B
Plaintext
$NetBSD: patch-ab,v 1.8 2013/07/20 08:57:20 ryoon Exp $
|
|
|
|
--- nsprpub/pr/include/md/_netbsd.h.orig 2012-03-06 13:13:52.000000000 +0000
|
|
+++ nspr/pr/include/md/_netbsd.h
|
|
@@ -47,7 +47,7 @@
|
|
#define HAVE_DLL
|
|
#define USE_DLFCN
|
|
#define _PR_HAVE_SOCKADDR_LEN
|
|
-#define _PR_NO_LARGE_FILES
|
|
+#define _PR_HAVE_LARGE_OFF_T
|
|
#define _PR_STAT_HAS_ST_ATIMESPEC
|
|
#define _PR_POLL_AVAILABLE
|
|
#define _PR_USE_POLL
|
|
@@ -75,6 +75,8 @@
|
|
#define JB_SP_INDEX 2
|
|
#elif defined(__mips__)
|
|
#define JB_SP_INDEX 4
|
|
+#elif defined(__amd64__)
|
|
+#define JB_SP_INDEX 6
|
|
#elif defined(__alpha__)
|
|
#define JB_SP_INDEX 34
|
|
#elif defined(__arm32__)
|