mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
23 lines
762 B
Plaintext
23 lines
762 B
Plaintext
$NetBSD: patch-aa,v 1.21 2014/06/15 20:48:50 jnemeth Exp $
|
|
|
|
--- devtools/OS/NetBSD.orig 2014-03-06 17:31:29.000000000 +0000
|
|
+++ devtools/OS/NetBSD
|
|
@@ -5,15 +5,11 @@ dnl Place personal settings in devtools/
|
|
|
|
define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX')
|
|
define(`confLIBS', `-lutil')
|
|
-define(`confENVDEF', ` -DNETISO')
|
|
+define(`confSM_OS_HEADER', `sm_os_netbsd')
|
|
define(`confDEPEND_TYPE', `CC-M')
|
|
-define(`confSBINGRP', `wheel')
|
|
-define(`confUBINOWN', `root')
|
|
-define(`confUBINGRP', `wheel')
|
|
-define(`confMANOWN', `root')
|
|
-define(`confMANGRP', `wheel')
|
|
define(`confMAN1EXT', `0')
|
|
define(`confMAN3EXT', `0')
|
|
define(`confMAN4EXT', `0')
|
|
define(`confMAN5EXT', `0')
|
|
define(`confMAN8EXT', `0')
|
|
+define(`conf_sendmail_ENVDEF', `-D_FFR_USE_GETPWNAM_ERRNO=1')
|