pkgsrc/misc/root/patches/patch-ag

14 lines
423 B
Text
Raw Normal View History

$NetBSD: patch-ag,v 1.2 2006/05/27 12:38:27 drochner Exp $
--- rootx/src/rootx.cxx.orig 2006-05-26 19:21:52.000000000 +0200
+++ rootx/src/rootx.cxx
@@ -37,7 +37,7 @@
#endif
#if (defined(__alpha) && !defined(__linux)) || defined(_AIX) || \
defined(__FreeBSD__) || defined(__Lynx__) || defined(__APPLE__) || \
- defined(__OpenBSD__)
+ defined(__OpenBSD__) || defined(__NetBSD__)
#define UTMP_NO_ADDR
#endif