Re-enable test, now that wxneeded is inherited after fork.
Prodded by naddy@
This commit is contained in:
parent
d9e392f405
commit
9b2446fd9a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2016/09/03 12:27:17 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2016/09/03 15:10:12 jca Exp $
|
||||
|
||||
# not yet ported to other arches
|
||||
ONLY_FOR_ARCHS = amd64 i386 powerpc
|
||||
@ -7,7 +7,7 @@ USE_WXNEEDED = Yes
|
||||
COMMENT= compiler and runtime system for ANSI Common Lisp
|
||||
|
||||
V = 1.2.14
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
DISTNAME= sbcl-${V}-source
|
||||
PKGNAME= sbcl-${V}
|
||||
WRKDIST= ${WRKDIR}/sbcl-${V}
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-contrib_sb-posix_posix-tests_lisp,v 1.1 2016/09/03 12:27:17 jca Exp $
|
||||
--- contrib/sb-posix/posix-tests.lisp.orig Wed Aug 31 14:59:01 2016
|
||||
+++ contrib/sb-posix/posix-tests.lisp Wed Aug 31 14:59:30 2016
|
||||
@@ -478,7 +478,7 @@
|
||||
42)
|
||||
|
||||
|
||||
-#-(or win32 netbsd)
|
||||
+#-(or win32 netbsd openbsd)
|
||||
(deftest fcntl.flock.2
|
||||
(locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note))
|
||||
(let ((flock (make-instance 'sb-posix:flock
|
Loading…
x
Reference in New Issue
Block a user