Fix comment for patchfile, no functional change.

This commit is contained in:
jeremy 2017-04-18 17:09:26 +00:00
parent f99c6d8676
commit a2208beef5

View File

@ -1,11 +1,13 @@
$OpenBSD: patch-configure,v 1.3 2017/04/17 18:29:11 jeremy Exp $
$OpenBSD: patch-configure,v 1.4 2017/04/18 17:09:26 jeremy Exp $
Fix so name, checking for DOT and DOXYGEN.
Override the arch setting to remove OpenBSD version from it,
so ports don't have to be bumped when OpenBSD version changes.
Rename HEAP_ALIGN_LOG to HEAP_PAGE_ALIGN_LOG to fix heap overflow.
Rename HEAP_ALIGN_LOG to HEAP_PAGE_ALIGN_LOG to make ruby use
operating system page size as GC heap page size (as was true
in earlier ruby versions).
--- configure.orig Tue Mar 21 22:56:10 2017
+++ configure Fri Apr 14 16:15:30 2017