commit: 11bcc0a2885e17d50c089306c3e57dda4907bdb2 Author: Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com> AuthorDate: Wed Nov 30 00:18:33 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Dec 2 22:48:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bcc0a2
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28478 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> media-libs/tg_owt/tg_owt-0_pre20220507.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'
