commit 1bd8433a9541c366a89df0816f290c1a47ee3ff2
Author: František Dvořák <valtri(a)civ.zcu.cz>
Date: Sat Oct 29 00:27:10 2016 +0200
Add build flags needed for ix86 platforms
frobtads.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/frobtads.spec b/frobtads.spec
index a7aef58..bf3ed56 100644
--- a/frobtads.spec
+++ b/frobtads.spec
@@ -1,6 +1,6 @@
Name: frobtads
Version: 1.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Text interpreter for Tads games
License: non-commercial
@@ -43,6 +43,10 @@ This package contains Tads 2 and Tads 3 compilers.
%build
+%ifarch %{ix86}
+# required to build on 32-bit platforms
+CXXFLAGS=-fpermissive \
+%endif
%configure
make %{?_smp_mflags} V=1
@@ -71,5 +75,8 @@ rm -rf %{buildroot}%{_datadir}/frobtads/tads3/doc
%changelog
+* Fri Oct 28 2016 František Dvořák <valtri(a)civ.zcu.cz> - 1.2.3-2
+- Add build flags needed for ix86 platforms
+
* Mon Dec 28 2015 František Dvořák <valtri(a)civ.zcu.cz> - 1.2.3-1
- Initial package