1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/erlang/files/patch-ap
Jimmy Olgeni 735521c275 Update port to version 8.0 (R8B-0).
Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@vailsys.com> on the erlang mailing list).
2002-03-31 10:23:43 +00:00

13 lines
349 B
Plaintext

--- erts/config.h.in.orig Thu Mar 28 21:53:19 2002
+++ erts/config.h.in Thu Mar 28 21:54:07 2002
@@ -211,6 +211,9 @@
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
+/* Define if you have the strerror_r function. */
+#undef HAVE_STRERROR_R
+
/* Define if you have the strncasecmp function. */
#undef HAVE_STRNCASECMP