http://bugzilla.rpmfusion.org/show_bug.cgi?id=1122
--- Comment #8 from Chen Lei <supercyper(a)163.com> 2010-03-21 07:20:21 ---
The spec seems perfect except some minor problems.
1.OPT_FLAGS='%{optflags}' is useless.
You should export optflags in the %build section.
export CCOMFLAGS = "%{optflags}"
export CONLYFLAGS = "%{optflags}"
export CPPONLYFLAGS = "%{optflags}"
I fails to find the define of
OPT_FLAGS in sdl.mak,sorry.
But mame fails to build on both ppc(Internal error, please submit a full bug
report for gcc) and ppc64(should set PTR64=1 manually for 64bit arch).
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.