Christopher Stone wrote:
On 6/9/06, Matt Domsch <Matt_Domsch@xxxxxxxx> wrote:
pygame
Can anyone help me figure out why this is failing? Here is the build log:
http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-extras/x86_64/pygame-1.7.1-6.fc6.src.rpm/result/build.log
AFAICT this should build correctly. I looked at the data structure
for SDL-1.2.10 and it is the same as 1.2.9. It builds fine for me on
FC-5 and it built fine for me the last time I tried it on devel.
Hello, Christopher:
I also FAILED building, but correcting spec file like attached seems to work for me.
Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx>
--- pygame.spec.orig 2006-04-27 00:17:36.000000000 +0900
+++ pygame.spec 2006-06-10 17:02:30.000000000 +0900
@@ -2,7 +2,7 @@
Name: pygame
Version: 1.7.1
-Release: 6%{?dist}
+Release: 6.1%{?dist}
Summary: Python modules for writing games
Group: Development/Languages
License: LGPL
@@ -52,7 +52,7 @@
rm -f src/ffmovie.[ch]
%build
-CFLAGS="%{optflags}" %{__python} setup.py build
+CFLAGS="%{optflags} -DSDL_VIDEO_DRIVER_X11" %{__python} setup.py build
%install
rm -rf %{buildroot}
--
fedora-extras-list mailing list
fedora-extras-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-extras-list