Magellan Linux

Diff of /trunk/core/cdparanoia/cdparanoia-3.10.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1568 by niro, Mon May 11 17:34:56 2009 UTC revision 1569 by niro, Mon May 11 17:36:52 2009 UTC
# Line 58  src_prepare() Line 58  src_prepare()
58  src_compile()  src_compile()
59  {  {
60   cd ${SRCDIR}   cd ${SRCDIR}
61   LDFLAGS="${LDFLAGS} -I${SRCDIR}/interface" \  
62     # needed to include the cdda_interface.h we patched in
63     export CFLAGS="${CFLAGS} -I${SRCDIR}/interface"
64   mconfigure || die   mconfigure || die
65    
66   # not parallel-make safe on x86_64   # not parallel-make safe on x86_64

Legend:
Removed from v.1568  
changed lines
  Added in v.1569