openbsd-ports/editors/openoffice/patches/patch-dmake_configure
kurt 94f8549435 Fix debug FLAVOR so it builds and installs binaries with symbols:
- 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.
2006-08-20 03:36:52 +00:00

14 lines
474 B
Plaintext

$OpenBSD: patch-dmake_configure,v 1.2 2006/08/20 03:36:52 kurt Exp $
--- dmake/configure.orig.port Thu Jun 29 07:22:15 2006
+++ dmake/configure Fri Aug 18 15:47:42 2006
@@ -3475,6 +3475,9 @@ case "$_os" in
"AIX")
OS_VERSION=sysvr4
;;
+ "OpenBSD")
+ OS_VERSION=linux
+ ;;
*)
{ { echo "$as_me:$LINENO: error: $_os operating system is not suitable to build dmake!" >&5
echo "$as_me: error: $_os operating system is not suitable to build dmake!" >&2;}