void-packages/srcpkgs/nyxt/patches/001-libfixposix.patch

15 lines
626 B
Diff
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
===================================================================
--- nyxt-2.2.4.orig/_build/iolib/src/syscalls/ffi-functions-unix.lisp
+++ nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
@@ -11,7 +11,8 @@
;; FIXME: move this into an ASDF operation
(eval-when (:compile-toplevel :load-toplevel :execute)
(define-foreign-library
- (libfixposix :canary "lfp_buildinfo")
+ (libfixposix :canary "lfp_buildinfo_not_exist")
+ (:unix "libfixposix.so.3")
(t (:default "libfixposix")))
(load-foreign-library 'libfixposix))