rpms/ode/devel ode-0.10.0-no-pentium-on-i386.patch,NONE,1.1

Hans de Goede jwrdegoede at fedoraproject.org
Mon Sep 15 21:52:58 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/ode/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27502

Added Files:
	ode-0.10.0-no-pentium-on-i386.patch 
Log Message:
* Mon Sep 15 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.1-1
- New upstream release 0.10.1 (bz 460033)


ode-0.10.0-no-pentium-on-i386.patch:

--- NEW FILE ode-0.10.0-no-pentium-on-i386.patch ---
diff -up ode-0.10.0/configure.in~ ode-0.10.0/configure.in
--- ode-0.10.0/configure.in~	2008-07-02 11:41:50.000000000 +0200
+++ ode-0.10.0/configure.in	2008-07-02 11:41:50.000000000 +0200
@@ -60,7 +60,7 @@ dnl this may NOT be the machine on which
 dnl so allow users to compile programs for their target machine.
 pentium=no
 cpu64=no
-case "$host_cpu" in
+case "$target_cpu" in
   i586 | i686 | i786 )
         pentium=yes
         AC_DEFINE(PENTIUM,1,[compiling for a pentium on a gcc-based platform?])
diff -up ode-0.10.0/configure~ ode-0.10.0/configure
--- ode-0.10.0/configure~	2008-07-02 11:41:48.000000000 +0200
+++ ode-0.10.0/configure	2008-07-02 11:41:48.000000000 +0200
@@ -20857,7 +20857,7 @@ echo "${ECHO_T}$enable_demos" >&6; }
 
 pentium=no
 cpu64=no
-case "$host_cpu" in
+case "$target_cpu" in
   i586 | i686 | i786 )
         pentium=yes
 




More information about the fedora-extras-commits mailing list