[gentoo-x86] / app-emulation / gdb-armulator / gdb-armulator-5.0.ebuild Project Root:

GentooDiff of /app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild

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

version 1.2, Thu Jan 25 22:09:38 2007 UTC version 1.3, Sun Apr 20 01:59:17 2008 UTC
Line 1 
Line 1 
 # Copyright 1999-2007 Gentoo Foundation  # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2  # Distributed under the terms of the GNU General Public License v2
 # $Header$  # $Header$
   
Line 34 
Line 34 
         unpack ${A}          unpack ${A}
         cd "${S}"          cd "${S}"
         epatch "${WORKDIR}"/gdb-${PV}-uclinux-armulator-${STAMP}.patch          epatch "${WORKDIR}"/gdb-${PV}-uclinux-armulator-${STAMP}.patch
           epatch "${FILESDIR}"/${P}-objstack.patch #211463
         strip-linguas -u bfd/po opcodes/po          strip-linguas -u bfd/po opcodes/po
   
           # add a wrapper to fake gtk-1 with gtk-2
           mkdir "${T}"/path
           cp "${FILESDIR}"/gtk-config "${T}"/path/
 }  }
   
 src_compile() {  src_compile() {
           export PATH=${T}/path:${PATH}
         replace-flags -O? -O2          replace-flags -O? -O2
         econf \          econf \
                 --disable-werror \                  --disable-werror \

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