94f8549435
- add -dontstrip to packaging script to get useful debug binaries installed - remove --enable-debug since that makes the debug build too big (>18G) for me to build. Add back later as a possible verbose_debug flavor. Use PATCHORIG so that update-patches doesn't pickup internal .orig files. Idea from espie@ Add a mutex to make the call to getpwuid thread safe.
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
$OpenBSD: patch-tools_inc_inetdef_hxx,v 1.2 2006/08/20 03:36:53 kurt Exp $
|
|
--- tools/inc/inetdef.hxx.orig.port Wed Jul 19 05:27:54 2006
|
|
+++ tools/inc/inetdef.hxx Fri Aug 18 15:47:45 2006
|
|
@@ -62,6 +62,8 @@
|
|
#define TOOLS_INETDEF_OS "FreeBSD/i386"
|
|
#elif defined FREEBSD && defined X86_64
|
|
#define TOOLS_INETDEF_OS "FreeBSD/amd64"
|
|
+#elif defined OPENBSD && defined X86
|
|
+#define TOOLS_INETDEF_OS "OpenBSD"
|
|
#elif defined SINIX
|
|
#define TOOLS_INETDEF_OS "SINIX"
|
|
#elif defined IRIX
|