Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146316 | Differences between
and this patch

Collapse All | Expand All

(-)openssl-0.9.8c.ebuild (-1 / +2 lines)
Lines 10-16 Link Here
10
10
11
LICENSE="openssl"
11
LICENSE="openssl"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="-* alpha amd64 ~mips ~ppc ppc64 ~sparc ~x86"
13
KEYWORDS="-* alpha amd64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
14
IUSE="emacs test bindist zlib"
14
IUSE="emacs test bindist zlib"
15
15
16
RDEPEND=""
16
RDEPEND=""
Lines 99-104 Link Here
99
99
100
	# depend is needed to use $confopts
100
	# depend is needed to use $confopts
101
	# rehash is needed to prep the certs/ dir
101
	# rehash is needed to prep the certs/ dir
102
	emake -j1 links || die "make links failed"
102
	emake -j1 depend || die "depend failed"
103
	emake -j1 depend || die "depend failed"
103
	emake all rehash || die "make all failed"
104
	emake all rehash || die "make all failed"
104
105
(-)files/gentoo.config-0.9.8 (-8 / +9 lines)
Lines 17-26 Link Here
17
		"armv5b-linux-gnu             |linux-generic32 -DB_ENDIAN" \
17
		"armv5b-linux-gnu             |linux-generic32 -DB_ENDIAN" \
18
		"x86_64-pc-linux-gnu          |linux-x86_64" \
18
		"x86_64-pc-linux-gnu          |linux-x86_64" \
19
		"alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
19
		"alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
20
		"whatever-gentoo-freebsdX.Y   |FreeBSD-elf" \
20
		"whatever-gentoo-freebsdX.Y   |BSD-generic32" \
21
		"sparc64-alpha-freebsdX.Y     |FreeBSD-sparc64" \
21
		"sparc64-alpha-freebsdX.Y     |BSD-sparc64" \
22
		"ia64-gentoo-freebsd5.99234   |FreeBSD-ia64" \
22
		"ia64-gentoo-freebsd5.99234   |BSD-ia64" \
23
		"x86_64-gentoo-freebsdX.Y     |FreeBSD-amd64" \
23
		"x86_64-gentoo-freebsdX.Y     |BSD-x86_64" \
24
		"hppa64-aldsF-linux-gnu5.3    |linux-parisc" \
24
		"hppa64-aldsF-linux-gnu5.3    |linux-parisc" \
25
		"powerpc-gentOO-linux-uclibc  |linux-ppc" \
25
		"powerpc-gentOO-linux-uclibc  |linux-ppc" \
26
		"powerpc64-unk-linux-gnu      |linux-ppc64" \
26
		"powerpc64-unk-linux-gnu      |linux-ppc64" \
Lines 45-51 Link Here
45
# Detect the operating system
45
# Detect the operating system
46
case ${CHOST} in
46
case ${CHOST} in
47
	*-linux*)    system="linux";;
47
	*-linux*)    system="linux";;
48
	*-freebsd*)  system="FreeBSD";;
48
	*-freebsd*)  system="BSD";;
49
	*)           exit 0;;
49
	*)           exit 0;;
50
esac
50
esac
51
51
Lines 93-101 Link Here
93
	case ${chost_machine} in
93
	case ${chost_machine} in
94
		sparc64*)     machine=sparc64;;
94
		sparc64*)     machine=sparc64;;
95
		ia64*)        machine=ia64;;
95
		ia64*)        machine=ia64;;
96
		alpha*)       machine=alpha;;
96
		alpha*)       machine=generic64;;
97
		x86_64*)      machine=amd64;;
97
		x86_64*)      machine=x86_64;;
98
		*)            machine=elf;;
98
		i[6-9]86*)    machine=x86;;
99
		*)            machine=generic32;;
99
	esac
100
	esac
100
	;;
101
	;;
101
esac
102
esac

Return to bug 146316