0b6b95f0c9
There were 3 major revisions inbetween, so I honestly can't tell what changed. (would be good to libtoolize this one day, but for now I've done only minimal changes to the freebsd5 configuration)
13 lines
423 B
Text
13 lines
423 B
Text
$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
|
|
|