mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
$NetBSD: patch-ac,v 1.3 2010/02/26 10:56:38 drochner Exp $
|
|
|
|
--- core/base/inc/RConfig.h.orig 2006-05-26 17:38:48.000000000 +0200
|
|
+++ core/base/inc/RConfig.h
|
|
@@ -272,7 +272,7 @@
|
|
# define NEED_SNPRINTF
|
|
#endif
|
|
|
|
-#if defined(__FreeBSD__)
|
|
+#if defined(__FreeBSD__) || defined (__NetBSD__)
|
|
# define R__FBSD
|
|
# define R__UNIX
|
|
# define R__BYTESWAP
|