summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ag
blob: acf83812975a04e0c1a7ae182e9252e009b47b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.3 2010/02/26 10:56:38 drochner Exp $

--- rootx/src/rootx.cxx.orig	2010-02-11 13:20:47.000000000 +0000
+++ rootx/src/rootx.cxx
@@ -48,7 +48,7 @@
 
 #if (defined(__alpha) && !defined(__linux)) || defined(_AIX) || \
     defined(__FreeBSD__) || defined(__Lynx__) || defined(__OpenBSD__) || \
-    (defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_5))
+    (defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_5)) || defined(__NetBSD__)
 #define UTMP_NO_ADDR
 #endif