openbsd-ports/lang/egcs-snapshot/patches/patch-core-mkstemp
1999-01-31 23:19:24 +00:00

31 lines
1.4 KiB
Plaintext

--- libiberty/Makefile.in.orig Tue Jan 12 11:44:02 1999
+++ libiberty/Makefile.in Tue Jan 12 11:45:05 1999
@@ -125,7 +125,7 @@
# These are always included in the library.
REQUIRED_OFILES = argv.o choose-temp.o concat.o cplus-dem.o \
fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o \
- floatformat.o mkstemp.o objalloc.o obstack.o pexecute.o spaces.o \
+ floatformat.o objalloc.o obstack.o pexecute.o spaces.o \
splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o \
xstrdup.o xstrerror.o
--- libiberty/configure.in.orig Tue Jan 12 11:44:09 1999
+++ libiberty/configure.in Tue Jan 12 11:45:51 1999
@@ -129,6 +129,7 @@
funcs="$funcs memcpy"
funcs="$funcs memmove"
funcs="$funcs memset"
+funcs="$funcs mkstemps"
funcs="$funcs random"
funcs="$funcs rename"
funcs="$funcs rindex"
@@ -159,7 +160,7 @@
# autoheader happy without adding a bunch of text to acconfig.h.
if test "x" = "y"; then
AC_CHECK_FUNCS(asprintf atexit basename bcmp bcopy bzero calloc clock getcwd)
- AC_CHECK_FUNCS(getpagesize index insque memchr memcmp memcpy memmove)
+ AC_CHECK_FUNCS(getpagesize index insque mkstemps memchr memcmp memcpy memmove)
AC_CHECK_FUNCS(memset random rename rindex sigsetmask strcasecmp)
AC_CHECK_FUNCS(strchr strdup strncasecmp strrchr strstr strtod strtol)
AC_CHECK_FUNCS(strtoul tmpnam vasprintf vfprintf vprintf vsprintf waitpid)