openbsd-ports/editors/openoffice/patches/patch-soltools_checkdll_makefile_mk
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

13 lines
532 B
Plaintext

$OpenBSD: patch-soltools_checkdll_makefile_mk,v 1.2 2006/08/20 03:36:53 kurt Exp $
--- soltools/checkdll/makefile.mk.orig.port Thu Sep 8 03:23:19 2005
+++ soltools/checkdll/makefile.mk Fri Aug 18 15:47:45 2006
@@ -53,7 +53,7 @@ LIBSALCPPRT=$(0)
APP1TARGET = checkdll
APP1OBJS = $(OBJ)$/checkdll.obj
DEPOBJFILES = $(APP1OBJS)
-.IF "$(OS)"!="FREEBSD" && "$(OS)"!="MACOSX" && "$(OS)"!="NETBSD"
+.IF "$(OS)"!="FREEBSD" && "$(OS)"!="MACOSX" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD"
STDLIB += -ldl
.ENDIF
.IF "$(OS)"=="NETBSD"