rpms/WindowMaker/FC-4 WindowMaker.spec,1.9,1.10

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Aug 9 11:03:13 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/WindowMaker/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25626

Modified Files:
	WindowMaker.spec 
Log Message:
- try to fix x86_64 build



Index: WindowMaker.spec
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/FC-4/WindowMaker.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- WindowMaker.spec	9 Aug 2005 01:28:40 -0000	1.9
+++ WindowMaker.spec	9 Aug 2005 11:03:11 -0000	1.10
@@ -1,7 +1,7 @@
 Summary:	A fast, feature rich Window Manager
 Name:		WindowMaker
 Version:	0.92.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 
 License:	GPL
 Group:		User Interface/Desktops
@@ -47,6 +47,10 @@
 # disable mmx for now
 sed -i -e's/#define ASM_X86_MMX 1/#undef ASM_X86_MMX/' src/config.h
 
+%ifarch x86_64
+sed -i -e's/#define ASM_X86 1/#undef ASM_X86/' src/config.h
+%endif
+
 make %{?_smp_mflags}
 
 
@@ -97,6 +101,10 @@
 
 %changelog
 * Tue Aug 09 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.92.0-2
+- try to fix x86_64 build
+
+* Tue Aug 09 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.92.0-1
 - upgrade to new version 
 - use dist tag




More information about the scm-commits mailing list