[gentoo-x86] / sys-libs / ss / ss-1.40.10.ebuild Project Root:

GentooDiff of /sys-libs/ss/ss-1.40.10.ebuild

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.2, Sat Jun 7 16:39:18 2008 UTC version 1.3, Mon Jun 9 02:31:16 2008 UTC
Line 32 
Line 32 
   
         # make sure we error out if com_err is attempted to be built          # make sure we error out if com_err is attempted to be built
         rm -f lib/et/*.c          rm -f lib/et/*.c
           # since we've split out com_err/ss into their own ebuilds, we
           # need to fake out the local files.  let the toolchain find them.
           mkdir tc || die
           echo "GROUP ( libcom_err.a )" > tc/libcom_err.a
           echo "GROUP ( libcom_err.so )" > tc/libcom_err.so
           sed -i \
                   -e '/^LIBCOM_ERR/s:$(LIB):$(top_builddir)/tc:' \
                   MCONFIG.in || die
           ln -s $(type -P compile_et) lib/et/compile_et
 }  }
   
 src_compile() {  src_compile() {

Generate output suitable for use with a patch program
Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help