SHA256
1
0
forked from pool/x3270

Accepting request 728485 from Base:System

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

OBS-URL: https://build.opensuse.org/request/show/728485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/x3270?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2019-09-07 09:50:14 +00:00 committed by Git OBS Bridge
commit 903b2f239a
3 changed files with 21 additions and 1 deletions

12
x3270-fix-build.patch Normal file
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

@ -1,7 +1,7 @@
#
# spec file for package x3270
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -36,6 +36,7 @@ Patch105: x3270-missing-include.patch
Patch106: x3270-missing-file.patch
Patch107: reproducible.patch
Patch108: mkversion.patch
Patch109: x3270-fix-build.patch
BuildRequires: bdftopcf
BuildRequires: fdupes
BuildRequires: fontpackages-devel
@ -108,6 +109,7 @@ 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