aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/libtgvoip.patch
diff options
context:
space:
mode:
authorAlex Raschi <raschi.alex@gmail.com>2019-01-02 12:51:39 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-01-03 07:46:47 +0000
commit24e019a671801ed30486c490cc6b36406b144357 (patch)
tree3f7481813429b4397c72441b76b093f09b921e05 /testing/telegram-desktop/libtgvoip.patch
parent742447ce94bd771ee80df9e6859de15803d0d9bb (diff)
downloadaports-24e019a671801ed30486c490cc6b36406b144357.tar.bz2
aports-24e019a671801ed30486c490cc6b36406b144357.tar.xz
testing/telegram-desktop: new aport
https://desktop.telegram.org/ Telegram Desktop messaging app
Diffstat (limited to 'testing/telegram-desktop/libtgvoip.patch')
-rw-r--r--testing/telegram-desktop/libtgvoip.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/telegram-desktop/libtgvoip.patch b/testing/telegram-desktop/libtgvoip.patch
new file mode 100644
index 0000000000..b41166198d
--- /dev/null
+++ b/testing/telegram-desktop/libtgvoip.patch
@@ -0,0 +1,16 @@
+--- a/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
++++ b/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
+@@ -14,11 +14,12 @@
+ 'variables': {
+ 'tgvoip_src_loc': '.',
+ 'official_build_target%': '',
+- 'linux_path_opus_include%': '<(DEPTH)/../../../Libraries/opus/include',
++ 'linux_path_opus_include%': '/usr/include/opus',
+ },
+ 'include_dirs': [
+ '<(tgvoip_src_loc)/webrtc_dsp',
+ '<(linux_path_opus_include)',
++ '/usr/include/openssl',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [