Disable rebuild configure

This commit is contained in:
Andrey Bondrov 2022-09-11 18:01:00 +10:00
parent 91987c1ec1
commit e3c3d1e9b1
2 changed files with 20 additions and 7 deletions

View file

@ -1,12 +1,24 @@
diff -Nurp hugo-2.12/configure.ac hugo-2.12-fix/configure.ac
--- hugo-2.12/configure.ac 2005-03-27 20:41:37.000000000 +0300
+++ hugo-2.12-fix/configure.ac 2005-11-07 15:50:21.000000000 +0200
@@ -583,7 +583,7 @@ case $target_alias in
diff -urN hugo-2.12/configure hugo-2.12-patched/configure
--- hugo-2.12/configure 2005-04-06 06:28:53.000000000 +1100
+++ hugo-2.12-patched/configure 2022-09-11 17:59:36.797415663 +1000
@@ -8592,7 +8592,7 @@
fi
;;
- *i?86-?inux*)
+ *-?inux*)
echo "Linux build enabled"
HUGO_TARGET_MACHINE="LINUX"
diff -urN hugo-2.12/configure.ac hugo-2.12-patched/configure.ac
--- hugo-2.12/configure.ac 2005-03-28 04:41:37.000000000 +1100
+++ hugo-2.12-patched/configure.ac 2022-09-11 17:58:36.904081838 +1000
@@ -583,7 +583,7 @@
AM_CONDITIONAL(ALLEGRO_DJGPP, true)
;;
- *i?86-?inux*)
+ *i?86-?inux*|x86_64-?inux*)
+ *-?inux*)
echo "Linux build enabled"
HUGO_TARGET_MACHINE="LINUX"

View file

@ -1,7 +1,9 @@
%define _disable_rebuild_configure 1
Summary: Hu-Go! - TurboGrafx 16/PC-Engine Emulator
Name: hugo
Version: 2.12
Release: 15
Release: 16
License: GPLv2+
Group: Emulators
Url: http://www.zeograd.com/
@ -42,7 +44,6 @@ you play with. The other games need that you own the original card or CD.
%build
%global optflags %{optflags} -fgnu89-inline
autoconf
%configure
%make