sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-22 02:42:59 +00:00
parent a2b482cdca
commit 5d7f23fd90
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
35 changed files with 3160 additions and 3729 deletions

View file

@ -3,6 +3,7 @@ COMMENT= library for automatic proxy configuration management
GH_ACCOUNT= libproxy
GH_PROJECT= libproxy
GH_TAGNAME= 0.5.3
REVISION= 0
CATEGORIES= net

View file

@ -0,0 +1,20 @@
ld.so: can't load library 'libpxbackend-1.0.so'
reproducible on ports with net/neon in the dep chain (i.e. at least):
audio/cantata
audio/libmusicbrainz
net/cadaver
x11/gnustep/cynthiune
Index: src/libproxy/meson.build
--- src/libproxy/meson.build.orig
+++ src/libproxy/meson.build
@@ -43,7 +43,7 @@ install_headers(libproxy_headers, subdir: 'libproxy')
pkg = import('pkgconfig')
pkg.generate(
- libraries: [libproxy],
+ libraries: [libproxy, '-Wl,-rpath,' + pkglibdir],
subdirs: 'libproxy',
version: meson.project_version(),
name: 'libproxy',