diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-17 23:10:12 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-17 23:10:12 +0000 |
commit | 24629e3a525a5e9af9a59fd3734abee0b7b9f115 (patch) | |
tree | 330edd809b786820341c3d3bfe86147d28eb97ce /user/free42/patch.patch | |
parent | 0bb280b4b7d115e5288eecabeb78543a6e43d171 (diff) | |
download | packages-24629e3a525a5e9af9a59fd3734abee0b7b9f115.tar.gz packages-24629e3a525a5e9af9a59fd3734abee0b7b9f115.tar.bz2 packages-24629e3a525a5e9af9a59fd3734abee0b7b9f115.tar.xz packages-24629e3a525a5e9af9a59fd3734abee0b7b9f115.zip |
user/free42: fix build on signed char platforms (x86*), HTTPS
Diffstat (limited to 'user/free42/patch.patch')
-rw-r--r-- | user/free42/patch.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/free42/patch.patch b/user/free42/patch.patch index e84b3f7b8..f79bb6c8e 100644 --- a/user/free42/patch.patch +++ b/user/free42/patch.patch @@ -1,5 +1,5 @@ ---- gtk/intel-lib-linux.patch.old 2019-01-13 14:52:39.000000000 +0000 -+++ gtk/intel-lib-linux.patch 2019-01-17 01:27:01.470000000 +0000 +--- free42/gtk/intel-lib-linux.patch.old 2019-01-13 14:52:39.000000000 +0000 ++++ free42/gtk/intel-lib-linux.patch 2019-01-17 01:27:01.470000000 +0000 @@ -1668,3 +1668,62 @@ }
@@ -63,8 +63,8 @@ + else + __TMP := $(strip $(subst /, ,$(firstword $(CC)))) + CC_NAME := $(word $(words $(__TMP)), $(__TMP)) ---- gtk/intel-lib-linux.patch.old 2019-01-23 03:43:48.830000000 +0000 -+++ gtk/intel-lib-linux.patch 2019-01-23 03:46:18.170000000 +0000 +--- free42/gtk/intel-lib-linux.patch.old 2019-01-23 03:43:48.830000000 +0000 ++++ free42/gtk/intel-lib-linux.patch 2019-01-23 03:46:18.170000000 +0000 @@ -1727,3 +1727,14 @@ else __TMP := $(strip $(subst /, ,$(firstword $(CC)))) |