diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 10:38:04 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 10:38:04 +0000 |
commit | 0e7f60c0fafc51a55cd20036595bcc4e8f43661a (patch) | |
tree | 5980e8357c890a854543115573aa9a3340e52cfd /media-gfx/autotrace | |
parent | added some moved libraries (diff) | |
download | gentoo-2-0e7f60c0fafc51a55cd20036595bcc4e8f43661a.tar.gz gentoo-2-0e7f60c0fafc51a55cd20036595bcc4e8f43661a.tar.bz2 gentoo-2-0e7f60c0fafc51a55cd20036595bcc4e8f43661a.zip |
move gtk+ apps to /usr and use gtk+-1.2.10-r4, #2
Diffstat (limited to 'media-gfx/autotrace')
-rw-r--r-- | media-gfx/autotrace/autotrace-0.26-r1.ebuild (renamed from media-gfx/autotrace/autotrace-0.26.ebuild) | 6 | ||||
-rw-r--r-- | media-gfx/autotrace/files/digest-autotrace-0.26-r1 (renamed from media-gfx/autotrace/files/digest-autotrace-0.26) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/autotrace/autotrace-0.26.ebuild b/media-gfx/autotrace/autotrace-0.26-r1.ebuild index 135f43a710db..84934c67d034 100644 --- a/media-gfx/autotrace/autotrace-0.26.ebuild +++ b/media-gfx/autotrace/autotrace-0.26-r1.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-gfx/autotrace/autotrace-0.26.ebuild,v 1.3 2001/06/04 03:33:03 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.26-r1.ebuild,v 1.1 2001/10/06 10:38:04 azarah Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,12 +11,12 @@ HOMEPAGE="http://homepages.go.com/homepages/m/a/r/martweb/AutoTrace.htm" DEPEND="virtual/glibc >=x11-libs/gtkDPS-0.3.3 - >=x11-libs/gtk+-1.2.8" + >=x11-libs/gtk+-1.2.10-r4" src_compile() { - try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try ./configure --prefix=/usr --host=${CHOST} # cp Makefile Makefile.orig # sed -e "s:\$(LINK):\$(LINK) -lXt:" Makefile.orig > Makefile try make diff --git a/media-gfx/autotrace/files/digest-autotrace-0.26 b/media-gfx/autotrace/files/digest-autotrace-0.26-r1 index 0be7f3b1d50e..0be7f3b1d50e 100644 --- a/media-gfx/autotrace/files/digest-autotrace-0.26 +++ b/media-gfx/autotrace/files/digest-autotrace-0.26-r1 |