FreeBSD Bugzilla – Attachment 226698 Details for
Bug 257290
net-im/telegram-desktop: Update to 2.8.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix build with libabsl installed
fix-tg-internal.patch (text/plain), 1.53 KB, created by
Henry Hu
on 2021-07-26 03:07:30 UTC
(
hide
)
Description:
patch to fix build with libabsl installed
Filename:
MIME Type:
Creator:
Henry Hu
Created:
2021-07-26 03:07:30 UTC
Size:
1.53 KB
patch
obsolete
>diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.md -x check-diff.py -x files.bak -x *.swp /usr/ports/net-im/tg_owt/Makefile ./Makefile >--- /usr/ports/net-im/tg_owt/Makefile 2021-07-21 15:30:40.000000000 -0400 >+++ ./Makefile 2021-07-25 22:36:36.807619000 -0400 >@@ -15,10 +15,12 @@ > v4l_compat>0:multimedia/v4l_compat \ > yasm:devel/yasm > LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ >+ libevent.so:devel/libevent \ > libjpeg.so:graphics/jpeg-turbo \ > libopus.so:audio/opus \ > libpipewire-0.3.so:multimedia/pipewire \ >- libusrsctp.so:net/libusrsctp >+ libusrsctp.so:net/libusrsctp \ >+ libvpx.so:multimedia/libvpx > > USES= cmake pkgconfig xorg > USE_XORG= x11 xcomposite xdamage xrender xrandr >diff -ruN -x work -x sync-patch.sh -x gen-patch.sh -x update.md -x check-diff.py -x files.bak -x *.swp /usr/ports/net-im/tg_owt/files/patch-CMakeLists.txt ./files/patch-CMakeLists.txt >--- /usr/ports/net-im/tg_owt/files/patch-CMakeLists.txt 1969-12-31 19:00:00.000000000 -0500 >+++ ./files/patch-CMakeLists.txt 2021-07-25 22:16:24.185305000 -0400 >@@ -0,0 +1,12 @@ >+--- CMakeLists.txt.orig 2021-06-27 05:27:48 UTC >++++ CMakeLists.txt >+@@ -171,6 +170,9 @@ if (UNIX AND NOT APPLE) >+ link_x11(tg_owt) >+ link_glib(tg_owt) >+ endif() >++ >++target_include_directories(tg_owt BEFORE PRIVATE $<TARGET_PROPERTY:tg_owt::libabsl,INTERFACE_INCLUDE_DIRECTORIES>) >++target_include_directories(tg_owt BEFORE PRIVATE $<TARGET_PROPERTY:tg_owt::libyuv,INTERFACE_INCLUDE_DIRECTORIES>) >+ >+ function(add_sublibrary postfix) >+ add_library(tg_owt_${postfix} OBJECT)
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
Flags:
henry.hu.sh
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 257290
:
226560
|
226575
|
226674
| 226698 |
226748