mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 00:25:11 +02:00
- Updated 002-webkit2gtk.init.lisp patch. The patch itself is the same, but the structure of the source file to be patched changed. - Included "pkg-config" into hostmakedepends.
14 lines
570 B
Diff
14 lines
570 B
Diff
--- a/_build/cl-webkit/webkit2/webkit2.init.lisp 2023-06-19 18:14:54.899937994 +0200
|
|
+++ b/_build/cl-webkit/webkit2/webkit2.init.lisp 2023-06-19 18:15:45.707030674 +0200
|
|
@@ -19,9 +19,9 @@
|
|
"libwebkit2gtk-4.0.dylib"))
|
|
(:unix (:or
|
|
"libwebkit2gtk-4.1.so"
|
|
- "libwebkit2gtk-4.0.so"
|
|
;; Fedora only has this one?
|
|
- "libwebkit2gtk-4.0.so.37")))
|
|
+ "libwebkit2gtk-4.0.so.37"
|
|
+ "libwebkit2gtk-4.0.so")))
|
|
(use-foreign-library libwebkit2))
|
|
|
|
(defcfun "webkit_get_major_version" :int)
|