- 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:
parent
95d7544c26
commit
34fa8511ba
@ -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
|
@ -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
|
Sat Jul 14 12:41:10 UTC 2018 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -109,11 +109,11 @@ x026 is a fun toy which emulates an x026 puncher.
|
|||||||
%patch105 -p1
|
%patch105 -p1
|
||||||
%patch106 -p1
|
%patch106 -p1
|
||||||
%patch107 -p1
|
%patch107 -p1
|
||||||
|
%patch109 -p1
|
||||||
for d in x3270 c3270 s3270 tcl3270 pr3287 ; do
|
for d in x3270 c3270 s3270 tcl3270 pr3287 ; do
|
||||||
(cd $d
|
(cd $d
|
||||||
%patch108 -p2
|
%patch108 -p2
|
||||||
)
|
)
|
||||||
%patch109 -p1
|
|
||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user