Magellan Linux

Diff of /branches/R11-unstable/extras/crypto++/crypto++-5.6.2-r1.smage2

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

revision 20576 by niro, Tue Jan 28 10:41:45 2014 UTC revision 20579 by niro, Tue Jan 28 11:33:23 2014 UTC
# Line 15  DEPEND=">= virtual/glibc Line 15  DEPEND=">= virtual/glibc
15  SDEPEND=">= app-arch/unzip-6  SDEPEND=">= app-arch/unzip-6
16   >= virtual/sed"   >= virtual/sed"
17    
18  SRCFILE="${PNAME}${PVER//.}.zip"  SRCFILE="${PNAME/++/pp}${PVER//.}.zip"
19  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21  sminclude mtools  sminclude mtools
# Line 40  src_compile() Line 40  src_compile()
40  {  {
41   cd ${SRCDIR}   cd ${SRCDIR}
42    
43   # disable dbug and support pic   # disable debug and support pic
44   export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"   export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"
45    
46   mmake -f GNUmakefile || die   mmake -f GNUmakefile || die
47   # build so-lib   # build so-lib
48   mmake libcrypopp.so || die   mmake libcryptopp.so || die
49  }  }
50    
51  src_install()  src_install()

Legend:
Removed from v.20576  
changed lines
  Added in v.20579