SHA256
1
0
forked from pool/x3270

- x3270-fix-build.patch: fixed a bug triggered by LTO, commented

out incompat definition.

OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=48
This commit is contained in:
Marcus Meissner 2019-09-05 12:00:12 +00:00 committed by Git OBS Bridge
parent 95d7544c26
commit 34fa8511ba
3 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- suite3270-3.5/Common/glue.c.xx 2019-09-05 13:50:52.022888065 +0200
+++ suite3270-3.5/Common/glue.c 2019-09-05 13:50:59.174886673 +0200
@@ -1470,7 +1470,9 @@
/* Replacements for functions in popups.c. */
+/*
bool error_popup_visible = false;
+*/
/* Pop up an error dialog. */
void

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 5 11:59:49 UTC 2019 - Marcus Meissner <meissner@suse.com>
- x3270-fix-build.patch: fixed a bug triggered by LTO, commented
out incompat definition.
-------------------------------------------------------------------
Sat Jul 14 12:41:10 UTC 2018 - bwiedemann@suse.com

View File

@ -109,11 +109,11 @@ x026 is a fun toy which emulates an x026 puncher.
%patch105 -p1
%patch106 -p1
%patch107 -p1
%patch109 -p1
for d in x3270 c3270 s3270 tcl3270 pr3287 ; do
(cd $d
%patch108 -p2
)
%patch109 -p1
done
%build