Magellan Linux

Diff of /trunk/core/subversion/subversion-1.5.5-r1.smage2

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

revision 861 by niro, Fri Dec 26 13:06:41 2008 UTC revision 863 by niro, Fri Dec 26 18:11:42 2008 UTC
# Line 50  src_prepare() Line 50  src_prepare()
50   # fixes compilation with newer apr   # fixes compilation with newer apr
51   mpatch ${PNAME}-1.4.5-apr-cppflags.patch || die   mpatch ${PNAME}-1.4.5-apr-cppflags.patch || die
52    
53   autoreconf --install --force || die   autoreconf --verbose --install --force || die
54    
55     # fix libtool issues
56     libtoolize --verbose --copy --force || die
57  }  }
58    
59  src_compile()  src_compile()
60  {  {
61   export CPPFLAGS="-DSVN_NEON_0_26 -DSVN_NEON_0_25"   cd ${SRCDIR}
62    
63   mconfigure \   mconfigure \
64   --with-apr=/usr/bin/apr-1-config \   --with-apr=/usr/bin/apr-1-config \

Legend:
Removed from v.861  
changed lines
  Added in v.863