summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-03-24 22:24:05 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-03-24 22:24:05 +0000
commit67278d28dec9164ea4d7cb0b01d81c115691ade1 (patch)
tree57b040adf4da0fdf30f61b87c108f21d6dab0169 /media-libs/gdk-pixbuf
parentsplit the env.d file into two to accomodate kde2 and kde3 side by side install. (diff)
downloadgentoo-2-67278d28dec9164ea4d7cb0b01d81c115691ade1.tar.gz
gentoo-2-67278d28dec9164ea4d7cb0b01d81c115691ade1.tar.bz2
gentoo-2-67278d28dec9164ea4d7cb0b01d81c115691ade1.zip
small tweak
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r--media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r5.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r5.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r5.ebuild
index fdb05d5ed158..84945223d7a4 100644
--- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r5.ebuild
+++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r5.ebuild,v 1.1 2002/03/17 21:45:50 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r5.ebuild,v 1.2 2002/03/24 22:20:40 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNOME Image Library"
@@ -24,14 +24,15 @@ src_unpack() {
cp ${S}/demo/Makefile.in ${S}/demo/Makefile.in.orig
sed -e 's:LDADD = :LDADD = $(LIBJPEG) $(LIBTIFF) $(LIBPNG) :' \
${S}/demo/Makefile.in.orig > ${S}/demo/Makefile.in
+}
+
+src_compile() {
- cd ${S}
#update libtool, else we get the "relink bug"
libtoolize --copy --force
aclocal
-}
-
-src_compile() {
+ autoconf
+ automake --add-missing
./configure --host=${CHOST} \
--prefix=/usr \