net/tdlib: regen patches

forgot in the previous update; no functional changes.
This commit is contained in:
op 2022-06-27 11:54:58 +00:00
parent 1332c38a79
commit e3854d8238
3 changed files with 5 additions and 3 deletions

View File

@ -9,8 +9,9 @@ GH_ACCOUNT = tdlib
GH_PROJECT = td
GH_COMMIT = 7eabd8ca60de025e45e99d4e5edd39f4ebd9467e
DISTNAME = tdlib-1.8.4
REVISION = 0
SHARED_LIBS += tdjson 0.1 # 1.7.7
SHARED_LIBS += tdjson 0.1
CATEGORIES = net
HOMEPAGE = https://core.telegram.org/tdlib

View File

@ -1,7 +1,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -63,8 +63,8 @@ if (POLICY CMP0069)
@@ -73,8 +73,8 @@ if (POLICY CMP0069)
endif()
# Configure CCache if available

View File

@ -1,8 +1,9 @@
Index: gen_git_commit_h.sh
--- gen_git_commit_h.sh.orig
+++ gen_git_commit_h.sh
@@ -1,7 +1,6 @@
@@ -1,8 +1,7 @@
#!/bin/sh
cd $(dirname $0)
-commit=$(git rev-parse HEAD)
-git diff-index --quiet HEAD
-dirty=$?