Magellan Linux

Diff of /branches/R11-stable/extras/libofa/libofa-0.9.3-r7.smage2

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

revision 8725 by niro, Thu Jul 28 08:22:14 2011 UTC revision 8726 by niro, Thu Jul 28 08:27:41 2011 UTC
# Line 13  DEPEND=">= dev-libs/expat-2 Line 13  DEPEND=">= dev-libs/expat-2
13   >= sci-libs/fftw3-3.3   >= sci-libs/fftw3-3.3
14   >= net-misc/curl-7"   >= net-misc/curl-7"
15    
16  SDEPEND=">= dev-util/pkgconfig-0.25"  SDEPEND=">= dev-util/pkgconfig-0.25
17     >= sys-apps/sed-4"
18    
19  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
20  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 43  src_prepare() Line 44  src_prepare()
44    
45   # fixes compilation with gcc4.5   # fixes compilation with gcc4.5
46   mpatch ${PNAME}-${PVER}-gcc45.patch || die   mpatch ${PNAME}-${PVER}-gcc45.patch || die
47    
48     # fix build with newer curl
49     sed -i '/#include <curl\/types.h>/d' examples/protocol.cpp || die
50  }  }

Legend:
Removed from v.8725  
changed lines
  Added in v.8726