[packages/Glide_V3] - adjusted morearchs to fix x86/non-3dnow case

qboosh qboosh at pld-linux.org
Sun Sep 22 18:26:06 CEST 2013


commit 5bc2a1ab4c009d53bac3ba754f25bddfa362312d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 22 18:26:32 2013 +0200

    - adjusted morearchs to fix x86/non-3dnow case

 glide-morearchs.patch | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/glide-morearchs.patch b/glide-morearchs.patch
index 035075a..397fbba 100644
--- a/glide-morearchs.patch
+++ b/glide-morearchs.patch
@@ -21,13 +21,15 @@
  #endif /* Compiler specific fence commands */
 --- GlideV3/glide2x/h3/glide/src/makefile.linux.orig	2013-09-22 14:06:56.279556474 +0200
 +++ GlideV3/glide2x/h3/glide/src/makefile.linux	2013-09-22 14:09:47.450846589 +0200
-@@ -129,12 +129,12 @@
+@@ -129,12 +129,14 @@
  ifeq ($(FX_GLIDE_CTRISETUP),1)
  ASMTRISETUP     =
  ATSOPTS         =       -DGLIDE_USE_C_TRISETUP 
 -CFILES          =       gxdraw.c
 +CFILES          =       gxdraw.c xtexdl_def.c
++ASMCPUDTECT     =
  else
++ASMCPUDTECT     =       cpudtect.S
  DSPOPTS         +=      -DGLIDE_DISPATCH_SETUP=1 -DGLIDE_PACKED_RGB=0
  
  ifeq ($(GL_AMD3D),)
@@ -41,7 +43,7 @@
  LAOPTS          =       $(DBGOPTS) $(DSPOPTS) $(OPTOPTS)
  
 -AFILES          =       $(ASMTRISETUP) cpudtect.S
-+AFILES          =       $(ASMTRISETUP)
++AFILES          =       $(ASMTRISETUP) $(ASMCPUDTECT)
  
  # sources
  HEADERS         =       glide.h gump.h glidesys.h glideutl.h
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Glide_V3.git/commitdiff/5bc2a1ab4c009d53bac3ba754f25bddfa362312d



More information about the pld-cvs-commit mailing list