sync ports with The Matrix
This commit is contained in:
parent
a2b482cdca
commit
5d7f23fd90
35 changed files with 3160 additions and 3729 deletions
|
@ -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
|
||||
|
||||
|
|
20
net/libproxy/patches/patch-src_libproxy_meson_build
Normal file
20
net/libproxy/patches/patch-src_libproxy_meson_build
Normal 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',
|
Loading…
Add table
Add a link
Reference in a new issue