rpms/xmonad/F-11 xmonad.spec,1.2,1.3

Jens Petersen petersen at fedoraproject.org
Thu May 7 02:48:24 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/xmonad/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6993

Modified Files:
	xmonad.spec 
Log Message:
bring make the runghc workaround for ppc


Index: xmonad.spec
===================================================================
RCS file: /cvs/extras/rpms/xmonad/F-11/xmonad.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- xmonad.spec	7 May 2009 02:39:40 -0000	1.2
+++ xmonad.spec	7 May 2009 02:47:53 -0000	1.3
@@ -96,6 +96,12 @@ This package contains profiling librarie
 %patch0 -p1 -b .orig
 
 %build
+%ifarch ppc
+# hack around mysterious runghc fail
+%global cabal ./cabal
+ghc --make Setup -o cabal
+%endif
+
 %cabal_configure --ghc %{?with_prof:-p}
 %cabal build
 %if %{with doc}




More information about the scm-commits mailing list