Changeset 3476 for trunk


Ignore:
Timestamp:
Jun 17, 2007, 6:09:50 AM (18 years ago)
Author:
bird
Message:

kNIX-OS/2 modifications.

Location:
trunk/kNIXPortage/net-misc/wget
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kNIXPortage/net-misc/wget/wget-1.10.2.ebuild

    r3472 r3476  
    1414LICENSE="GPL-2"
    1515SLOT="0"
    16 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
     16KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd x86-os2"
    1717IUSE="build debug ipv6 nls socks5 ssl static"
    1818
     
    3030        EPATCH_MULTI_MSG="Applying Gentoo patches ..." epatch "${PATCHDIR}"/gentoo
    3131        EPATCH_MULTI_MSG="Applying Mandrake patches ..." epatch "${PATCHDIR}"/mandrake
     32        if [ "$ARCH" = "x86-os2" ]; then
     33                EPATCH_MULTI_MSG="Applying OS/2 patches ..." epatch "${FILESDIR}"/wget-1.10.2-os2.patch
     34        fi
    3235        autoconf || die "autoconf failed"
    3336}
     
    3639        use static && append-ldflags -static
    3740        econf \
    38                 --sysconfdir=/etc/wget \
     41                --sysconfdir=${ROOT_PATH:-/}etc/wget \
    3942                $(use_with ssl) $(use_enable ssl opie) $(use_enable ssl digest) \
    4043                $(use_enable ipv6) \
Note: See TracChangeset for help on using the changeset viewer.