SPECS: quake3.spec - changed VM_COMPILED confition

sparky sparky at pld-linux.org
Sun Oct 30 14:47:01 CET 2005


Author: sparky                       Date: Sun Oct 30 13:47:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed VM_COMPILED confition

---- Files affected:
SPECS:
   quake3.spec (1.47 -> 1.48) 

---- Diffs:

================================================================
Index: SPECS/quake3.spec
diff -u SPECS/quake3.spec:1.47 SPECS/quake3.spec:1.48
--- SPECS/quake3.spec:1.47	Sun Oct 30 02:57:20 2005
+++ SPECS/quake3.spec	Sun Oct 30 14:46:55 2005
@@ -102,9 +102,8 @@
 CFLAGS="$CFLAGS -Wall -Wimplicit -Wstrict-prototypes"
 CFLAGS="$CFLAGS -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 $(sdl-config --cflags)"
 CFLAGS="$CFLAGS -DNDEBUG -MMD"
-CFLAGS="$CFLAGS -DHAVE_VM_NATIVE"
-%ifarch %{ix86}
-CFLAGS="$CFLAGS -DHAVE_VM_COMPILED"
+%ifnarch %{ix86} #%{x8664} - experimental
+CFLAGS="$CFLAGS -DNO_VM_COMPILED"
 %endif
 
 %{__make} -C code/unix makedirs targets	\
@@ -215,6 +214,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2005/10/30 13:46:55  sparky
+- changed VM_COMPILED confition
+
 Revision 1.47  2005/10/30 01:57:20  sparky
 - new snapshot: many, many cleanups
 - as STATUS file says 3qded at ppc is not working
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/quake3.spec?r1=1.47&r2=1.48&f=u




More information about the pld-cvs-commit mailing list