c7e3945c29
NetBSD. All supported NetBSD versions (and some unsupported) have it. XXX This should not cause any change in functionality, so no revbump.
27 lines
946 B
Text
27 lines
946 B
Text
$NetBSD: patch-aa,v 1.19 2009/12/16 13:41:41 jnemeth Exp $
|
|
|
|
--- devtools/OS/NetBSD.orig 2004-06-16 17:50:00.000000000 +0000
|
|
+++ devtools/OS/NetBSD
|
|
@@ -5,15 +5,16 @@ dnl Place personal settings in devtools/
|
|
|
|
define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX')
|
|
define(`confLIBS', `-lutil')
|
|
-define(`confENVDEF', ` -DNETISO')
|
|
+define(`confENVDEF', ` -DNETISO -DSM_CONF_STDBOOL_H=1')
|
|
define(`confDEPEND_TYPE', `CC-M')
|
|
-define(`confSBINGRP', `wheel')
|
|
-define(`confUBINOWN', `root')
|
|
-define(`confUBINGRP', `wheel')
|
|
-define(`confMANOWN', `root')
|
|
-define(`confMANGRP', `wheel')
|
|
+define(`confSBINGRP', `${BSD_BINGRP}')
|
|
+define(`confUBINOWN', `${BSD_BINOWN}')
|
|
+define(`confUBINGRP', `${BSD_BINGRP}')
|
|
+define(`confMANOWN', `${BSD_MANOWN}')
|
|
+define(`confMANGRP', `${BSD_MANGRP}')
|
|
define(`confMAN1EXT', `0')
|
|
define(`confMAN3EXT', `0')
|
|
define(`confMAN4EXT', `0')
|
|
define(`confMAN5EXT', `0')
|
|
define(`confMAN8EXT', `0')
|
|
+define(`confLDOPTS', `${LDFLAGS}')
|