public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: -fix ppc/ppc64 build
@ 2026-07-22 19:37
0 siblings, 0 replies; only message in thread
From: @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : 845bf3a823842415b8b5b7e9940f2da3d6220d4d
Author : Miloš Jakubíček <mjakubicek@fedoraproject.org>
Date : 2010-04-29T15:12:26+00:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/845bf3a823842415b8b5b7e9940f2da3d6220d4d?branch=epel10
Log:
-fix ppc/ppc64 build
---
diff --git a/antlr3.spec b/antlr3.spec
index a955429..66b4759 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -196,10 +196,10 @@ popd
# Build the C runtime
pushd libantlr3c-%{antlr_version}
-%ifarch x86_64
+%ifarch x86_64 ppc64
%configure --disable-abiflags --enable-debuginfo --enable-64bit
%endif
-%ifarch %{ix86}
+%ifarch %{ix86} ppc
%configure --disable-abiflags --enable-debuginfo
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: -fix ppc/ppc64 build
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox