public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/schismtracker] rawhide: try to fix build on ppc64le
@ 2026-06-12  8:10 josef radinger
  0 siblings, 0 replies; only message in thread
From: josef radinger @ 2026-06-12  8:10 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/schismtracker
Branch : rawhide
Commit : 28933b8a20c27aef6131c8e706c3d8c0e561b831
Author : josef radinger <cheese@nosuchhost.net>
Date   : 2026-06-12T10:09:46+02:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/schismtracker/c/28933b8a20c27aef6131c8e706c3d8c0e561b831?branch=rawhide

Log:
try to fix build on ppc64le

---
diff --git a/schismtracker.spec b/schismtracker.spec
index 6983420..2c86b5c 100644
--- a/schismtracker.spec
+++ b/schismtracker.spec
@@ -41,7 +41,13 @@ mkdir auto
 
 %build
 autoreconf -i
+
+# disable altivec for now to fix compile
+
 %configure --disable-dependency-tracking \
+%ifarch ppc64le
+--disable-altivec \
+%endif
 %if 0%{?_without_x:1}
 --with-x=no \
 %endif
@@ -69,9 +75,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/schism.desktop
 %{_datadir}/pixmaps/schism*.png
 
 %changelog
-* Thu May 28 2026 josef radinger <cheese@nosuchhost.net> - 20260524-2
+* Fri June 12 2026 josef radinger <cheese@nosuchhost.net> - 20260524-2
 - add Patch1 to fix compilation with ppc64le
   https://github.com/schismtracker/schismtracker/commit/ee6798584b26856260bccca7b8f7730b221b1c0e.patch
+- try to fix compile by disabling altivec on ppc64le
 
 * Wed May 27 2026 josef radinger <cheese@nosuchhost.net> - 20260524-1
 - bump version

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-12  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12  8:10 [rpms/schismtracker] rawhide: try to fix build on ppc64le josef radinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox