Page MenuHomeFreeBSD

D58171.diff
No OneTemporary

D58171.diff

diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -111,9 +111,13 @@
.include <bsd.port.options.mk>
-# Segmentation fault in amd64 when using 'mmap(2)', errno = EINVAL.
-.if ${ARCH} == "amd64"
-CONFIGURE_ARGS+= --disable-mmap
-.endif
+# This was here when I cam along 20260709. It isn't needed anymore,
+# things work fine with mmap on 16-current, 15.1 and 14.4.
+# Leave this here commented out for a while in case somebody comes
+# looking after a KABOOM - cracauer@
+## Segmentation fault in amd64 when using 'mmap(2)', errno = EINVAL.
+#.if ${ARCH} == "amd64"
+#CONFIGURE_ARGS+= --disable-mmap
+#.endif
.include <bsd.port.mk>

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 16, 7:20 PM (6 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35000880
Default Alt Text
D58171.diff (699 B)

Event Timeline