mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nyxt: fix loading libfixposix
Re-add patch from c766178472
to fix dlopening
libfixposix.so.3 instead of libfixposix.so.
This commit is contained in:
parent
790f1572a3
commit
d8d95b0750
2 changed files with 15 additions and 1 deletions
14
srcpkgs/nyxt/patches/001-libfixposix.patch
Normal file
14
srcpkgs/nyxt/patches/001-libfixposix.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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))
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nyxt'
|
# Template file for 'nyxt'
|
||||||
pkgname=nyxt
|
pkgname=nyxt
|
||||||
version=3.11.8
|
version=3.11.8
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=all
|
make_build_target=all
|
||||||
|
|
Loading…
Add table
Reference in a new issue