Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162689064
D58171.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
699 B
Referenced Files
None
Subscribers
None
D58171.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D58171: lang/clisp: Disable workaround for a segfault that no longer happens
Attached
Detach File
Event Timeline
Log In to Comment