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

Collapse All | Expand All

(-)/Volumes/localhorst/usr/portage/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild (-1 / +7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.2 2007/09/01 20:10:31 nerdboy Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.2 2007/09/01 20:10:31 nerdboy Exp $
4
4
5
EAPI="prefix"
6
5
inherit autotools eutils flag-o-matic
7
inherit autotools eutils flag-o-matic
6
8
7
DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information"
9
DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information"
Lines 10-16 Link Here
10
12
11
LICENSE="GPL-2"
13
LICENSE="GPL-2"
12
SLOT="0"
14
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
14
IUSE="doc python"
16
IUSE="doc python"
15
17
16
DEPEND="virtual/libc
18
DEPEND="virtual/libc
Lines 21-27 Link Here
21
WANT_AUTOCONF="latest"
23
WANT_AUTOCONF="latest"
22
24
23
src_compile() {
25
src_compile() {
26
	if use x86-macos; then
27
	epatch ${FILESDIR}/${P}-soname-macos.patch || die "epatch failed"
28
	else
24
	epatch ${FILESDIR}/${P}-soname.patch || die "epatch failed"
29
	epatch ${FILESDIR}/${P}-soname.patch || die "epatch failed"
30
	fi
25
	filter-ldflags "-Wl,-O1"
31
	filter-ldflags "-Wl,-O1"
26
	eautoconf
32
	eautoconf
27
33

Return to bug 195763