Changeset 3467 for trunk


Ignore:
Timestamp:
Jun 17, 2007, 2:29:21 AM (18 years ago)
Author:
bird
Message:

The first OS/2 ebuild!

Location:
trunk/kNIXPortage/sys-devel/patch
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kNIXPortage/sys-devel/patch/patch-2.5.9-r1.ebuild

    r3466 r3467  
    33# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9-r1.ebuild,v 1.16 2007/05/12 09:10:37 kumba Exp $
    44
    5 inherit flag-o-matic eutils
     5inherit flag-o-matic eutils     autotools
    66
    77DESCRIPTION="Utility to apply diffs to files"
     
    1313LICENSE="GPL-2"
    1414SLOT="0"
    15 KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
     15KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd x86-os2"
    1616IUSE="build static"
    1717
     
    2424                epatch "${FILESDIR}"/patch-2.5.9-cr-stripping.patch
    2525        fi
     26        if [ "$ARCH" = "x86-os2" ]; then
     27                AT_M4DIR="m4" eautoreconf || die
     28        fi
     29
    2630}
    2731
     
    3034        append-flags -DLINUX -D_XOPEN_SOURCE=500
    3135        use static && append-ldflags -static
    32 
     36       
    3337        local myconf=""
    3438        [[ ${USERLAND} != "GNU" ]] && myconf="--program-prefix=g"
Note: See TracChangeset for help on using the changeset viewer.