https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
Gleb Popov changed:
What|Removed |Added
Resolution|--- |FIXED
Status|In Progress
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=b1ecad53b0b32916e5db596b26334db8015e4299
commit b1ecad53b0b32916e5db596b26334db8015e4299
Author:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
Gleb Popov changed:
What|Removed |Added
Assignee|vish...@freebsd.org |arr...@freebsd.org
CC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
--- Comment #9 from bj...@baerlin.eu ---
(In reply to bj.rn from comment #5)
Related: https://github.com/mesonbuild/meson/issues/4468
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
--- Comment #8 from bj...@baerlin.eu ---
Since upstream already accepted patches for FreeBSD the lib issues with
meson.build should be fixed there. I also have a patch for pulseaudio git HEAD,
will open a PR upstream, if patch looks good to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
--- Comment #7 from bj...@baerlin.eu ---
Created attachment 239428
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239428&action=edit
meson libdir fix
Fix meson not being able to detect intl, gdbm, ltdb
--
You are receiving this
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
Graham Perrin changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
Guido Falsi changed:
What|Removed |Added
CC||madpi...@freebsd.org
--- Comment #6
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
--- Comment #5 from bj...@baerlin.eu ---
Another issue is 'libintl' not being detected during 'meson setup build'
- libintl_dep = cc.find_library('intl')
+ libintl_dep = cc.find_library('intl',
+dirs : ['/usr/local/lib'])
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
bj...@baerlin.eu changed:
What|Removed |Added
CC||bj...@baerlin.eu
--- Comment #4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
Graham Perrin changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
11 matches
Mail list logo