summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteve Varela Colominas <esteve.varela@gmail.com>2022-11-30 01:18:33 +0100
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-12-02 14:48:27 -0800
commit11bcc0a2885e17d50c089306c3e57dda4907bdb2 (patch)
tree00be198e37b4f900ff5d9efc902514e6d92b04fe /media-libs
parentnet-im/telegram-desktop: Drop broken (diff)
downloadgentoo-11bcc0a2885e17d50c089306c3e57dda4907bdb2.tar.gz
gentoo-11bcc0a2885e17d50c089306c3e57dda4907bdb2.tar.bz2
gentoo-11bcc0a2885e17d50c089306c3e57dda4907bdb2.zip
media-libs/tg_owt: Minor comment change
Reflect findings in dependent package Bug: https://bugs.gentoo.org/866055 Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28478 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/tg_owt/tg_owt-0_pre20220507.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild b/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild
index 250abab72fbf..12eb43df9234 100644
--- a/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild
+++ b/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild
@@ -23,6 +23,8 @@ IUSE="screencast +X"
# This package's USE flags may change the ABI and require a rebuild of
# dependent pacakges. As such, one should make sure to depend on
# media-libs/tg_owt[x=,y=,z=] for any package that uses this.
+# Furthermore, the -DNDEBUG preprocessor flag should be defined by any
+# dependent package, failure to do so will change the ABI in the header files.
# Bundled libs:
# - libyuv (no stable versioning, www-client/chromium and media-libs/libvpx bundle it)
@@ -85,7 +87,7 @@ src_prepare() {
src_configure() {
# Defined by -DCMAKE_BUILD_TYPE=Release, avoids crashes
- # see https://bugs.gentoo.org/754012
+ # See https://bugs.gentoo.org/754012
# EAPI 8 still wipes this flag.
append-cppflags '-DNDEBUG'