FreeBSD Bugzilla – Attachment 239428 Details for
Bug 262713
audio/pulseaudio: update to 15.0 or greater
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
meson libdir fix
patch-meson.build (text/plain), 1020 bytes, created by
bj.rn
on 2023-01-12 22:50:14 UTC
(
hide
)
Description:
meson libdir fix
Filename:
MIME Type:
Creator:
bj.rn
Created:
2023-01-12 22:50:14 UTC
Size:
1020 bytes
patch
obsolete
>--- meson.build.orig 2023-01-12 22:41:36 UTC >+++ meson.build >@@ -374,7 +374,7 @@ else > libintl_dep = cc.find_library('intl') > endif > else >- libintl_dep = cc.find_library('intl') >+ libintl_dep = cc.find_library('intl', dirs : ['/usr/local/lib']) > endif > > # Symbols >@@ -645,7 +645,7 @@ if get_option('daemon') > > if get_option('daemon') > # FIXME: make sure it's >= 2.2 >- ltdl_dep = cc.find_library('ltdl', required : true) >+ ltdl_dep = cc.find_library('ltdl', required : true, dirs : ['/usr/local/lib']) > > # FIXME: can meson support libtool -dlopen/-dlpreopen things? > # and do we still want to support this at all? >@@ -654,7 +654,7 @@ if get_option('daemon') > if get_option('database') == 'tdb' > database_dep = dependency('tdb') > elif get_option('database') == 'gdbm' >- database_dep = cc.find_library('gdbm', required : true) >+ database_dep = cc.find_library('gdbm', required : true, dirs : ['/usr/local/lib']) > else > database_dep = dependency('', required: false) > endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262713
: 239428