summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-08-02 23:51:30 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-08-02 23:51:30 +0000
commit2a1881225953a57259eedfc6d190e1a2279cc97f (patch)
treeddafe109408447b3ce7679a31abc6fa146c87e59 /sci-libs/gdal/gdal-1.2.5-r1.ebuild
parentUpdate version. (diff)
downloadgentoo-2-2a1881225953a57259eedfc6d190e1a2279cc97f.tar.gz
gentoo-2-2a1881225953a57259eedfc6d190e1a2279cc97f.tar.bz2
gentoo-2-2a1881225953a57259eedfc6d190e1a2279cc97f.zip
Multilib fixes.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/gdal/gdal-1.2.5-r1.ebuild')
-rw-r--r--sci-libs/gdal/gdal-1.2.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/gdal/gdal-1.2.5-r1.ebuild b/sci-libs/gdal/gdal-1.2.5-r1.ebuild
index bd86b04f6301..283662d00b25 100644
--- a/sci-libs/gdal/gdal-1.2.5-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.2.5-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.5-r1.ebuild,v 1.3 2005/07/11 19:12:15 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.5-r1.ebuild,v 1.4 2005/08/02 23:51:30 herbs Exp $
-inherit eutils libtool gnuconfig distutils
+inherit eutils libtool gnuconfig distutils multilib
# libgrass support is coming soon...
# grass? ( >=sci-geosciences/grass-5.0 )
@@ -46,7 +46,7 @@ src_compile() {
distutils_python_version
# This package uses old borked automake/autoconf and libtool, so
# it doesn't work without ${D} (or with econf and einstall).
- pkg_conf="--datadir=${D}usr/share/gdal --includedir=${D}usr/include/gdal --enable-shared --with-gnu-ld --with-pic"
+ pkg_conf="--datadir=${D}usr/share/gdal --includedir=${D}usr/include/gdal --libdir=${D}usr/$(get_libdir) --enable-shared --with-gnu-ld --with-pic"
[ "${ARCH}" = "x86" ] && pkg_conf="${pkg_conf} --without-libtool"
use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) $(use_with postgres pg) $(use_with fits cfitsio) $(use_with ogdi)"