13 lines
504 B
Text
13 lines
504 B
Text
$NetBSD: patch-al,v 1.1 2009/11/03 19:06:51 markd Exp $
|
|
|
|
--- intern/opennl/superlu/BLO_sys_types.h.orig 2009-09-02 03:20:33.000000000 +1200
|
|
+++ intern/opennl/superlu/BLO_sys_types.h
|
|
@@ -111,7 +111,7 @@ typedef unsigned long uintptr_t;
|
|
#ifndef ntohl
|
|
#define ntohl(x) correctByteOrder(x)
|
|
#endif
|
|
-#elif defined (__FreeBSD__) || defined (__OpenBSD__)
|
|
+#elif defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__)
|
|
#include <sys/param.h>
|
|
#elif defined (__APPLE__)
|
|
#include <sys/types.h>
|