Telegram: attempt fix build on gcc2h

This commit is contained in:
Sergei Reznikov
2017-12-01 14:34:23 +03:00
parent 63dfafb40c
commit ffe26e5d2d
2 changed files with 3 additions and 3 deletions

View File

@@ -674,7 +674,7 @@ index 6032d06..0ed2dfd 100644
],
'action': [
- '<(qt_loc)/bin/moc<(exe_ext)',
+ '/bin/moc',
+ 'moc',
# Silence "Note: No relevant classes found. No output generated."
'--no-notes',
@@ -687,7 +687,7 @@ index eebc696..392b124 100644
],
'action': [
- '<(qt_loc)/bin/rcc<(exe_ext)',
+ '/bin/rcc',
+ 'rcc',
'-name', '<(RULE_INPUT_ROOT)',
'-no-compress',
'<(RULE_INPUT_PATH)',

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Official desktop version of Telegram messaging app."
HOMEPAGE="https://www.telegram.org/"
COPYRIGHT="2013-2017 Telegram"
LICENSE="GNU GPL v3"
REVISION="6"
REVISION="7"
SOURCE_URI="https://github.com/telegramdesktop/tdesktop/archive/v$portVersion.tar.gz"
SOURCE_DIR="tdesktop-$portVersion"
CHECKSUM_SHA256="56b7fce84adf85a4af1c3174353169f32d0b0c052a4e7a284fc741fa96b04030"