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

12 lines
639 B
Plaintext

$OpenBSD: patch-external_prj_d_lst,v 1.2 2006/08/20 03:36:52 kurt Exp $
--- external/prj/d.lst.orig.port Mon May 8 12:10:34 2006
+++ external/prj/d.lst Fri Aug 18 15:47:42 2006
@@ -46,6 +46,7 @@ mkdir: %_DEST%\pck%_EXT%
..\%__SRC%\slo\PluginNew.* %_DEST%\lib%_EXT%\*
..\%__SRC%\slb\gnu_getopt.lib %_DEST%\lib%_EXT%\gnu_getopt.lib
..\%__SRC%\lib\libgnu_getopt.a %_DEST%\lib%_EXT%\libgnu_getopt.a
+..\%__SRC%\lib\libgnu_readdir_r.a %_DEST%\lib%_EXT%\libgnu_readdir_r.a
..\%__SRC%\slb\zlib.lib %_DEST%\lib%_EXT%\zlib.lib
..\%__SRC%\lib\libzlib.a %_DEST%\lib%_EXT%\libzlib.a
..\%__SRC%\lib\libfreetype.a %_DEST%\lib%_EXT%\libfreetype.a