1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/openoffice-1.0/files/patch-registry+source+registry.cxx
Martin Blapp 800dddd27c Fix breakage in these patches. I just copied them from
the openoffice-devel port but some parts in the context
seem to have changed.
2003-04-13 22:48:30 +00:00

15 lines
360 B
C++

--- ../registry/source/registry.cxx.orig Fri Apr 4 00:09:08 2003
+++ ../registry/source/registry.cxx Fri Apr 4 00:06:25 2003
@@ -134,11 +134,7 @@
#ifdef UNX
strcat(tmpPattern, "/reg_XXXXXX");
-#if defined(FREEBSD) || defined(MACOSX)
- pTmpName = mkstemp(tmpPattern);
-#else
pTmpName = mktemp(tmpPattern);
-#endif
#endif
return OString(pTmpName);