rpms/WindowMaker/FC-3 WindowMaker.spec,1.7,1.8

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


Author: awjb

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

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



Index: WindowMaker.spec
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/FC-3/WindowMaker.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- WindowMaker.spec	9 Aug 2005 01:28:11 -0000	1.7
+++ WindowMaker.spec	9 Aug 2005 11:20:12 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: 	A fast, feature rich Window manager.
 Name: 		WindowMaker
 Version:	0.92.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Epoch:		0
 License:	GPL
 Group: 		User Interface/Desktops
@@ -44,6 +44,11 @@
 %configure --enable-gnome --enable-kde --enable-usermenu --enable-xinerama \
 --enable-fast-install --enable-modelock
 
+%ifarch x86_64
+sed -i -e's/#define ASM_X86 1/#undef ASM_X86/' src/config.h
+sed -i -e's/#define ASM_X86_MMX 1/#undef ASM_X86_MMX/' src/config.h
+%endif
+
 make %{?_smp_mflags}
 
 %install
@@ -91,6 +96,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 fedora-extras-commits mailing list