CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/05/05 05:40:08
Modified files:
x11/mplayer : Makefile
x11/mplayer/patches: patch-configure
Log message:
make FLAVOR=DEBUG work better (the upstream configure script adds -O2
with DEBUG so that SSE can build; only -O1 is actually needed though,
and is cleaner in GDB. -O0 builds fail with SSE; disabling SSE is
not helpful for debugging real problems).
from Valery Masiutsin with feedback from myself and Bjvrn Sandell
(maintainer, who is ok with the diff).