diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-24 12:07:19 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-24 12:07:19 +0000 |
commit | 596453541338f4daf6b71a62e2f66f22f6d1a0ec (patch) | |
tree | 956bdb230cb9e8ba7e393f1bed19b1d78dbb36b9 /x11-libs/lesstif | |
parent | Version bump - bug #67587. (diff) | |
download | historical-596453541338f4daf6b71a62e2f66f22f6d1a0ec.tar.gz historical-596453541338f4daf6b71a62e2f66f22f6d1a0ec.tar.bz2 historical-596453541338f4daf6b71a62e2f66f22f6d1a0ec.zip |
Added to ppc-macos.
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r-- | x11-libs/lesstif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.97.ebuild | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/x11-libs/lesstif/ChangeLog b/x11-libs/lesstif/ChangeLog index ddf168fe4625..d2e897e0d9dc 100644 --- a/x11-libs/lesstif/ChangeLog +++ b/x11-libs/lesstif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/lesstif # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.36 2004/10/14 00:30:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.37 2004/10/24 12:07:19 usata Exp $ + + 24 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> lesstif-0.93.97.ebuild: + Added to ppc-macos. 14 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> lesstif-0.93.97.ebuild: Add ~alpha keyword. diff --git a/x11-libs/lesstif/lesstif-0.93.97.ebuild b/x11-libs/lesstif/lesstif-0.93.97.ebuild index 2c4a87196546..f4fa4b6185cd 100644 --- a/x11-libs/lesstif/lesstif-0.93.97.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.97.ebuild @@ -1,21 +1,25 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.97.ebuild,v 1.7 2004/10/14 00:30:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.97.ebuild,v 1.8 2004/10/24 12:07:19 usata Exp $ -inherit libtool +inherit libtool flag-o-matic DESCRIPTION="An OSF/Motif(R) clone" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.lesstif.org/" LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc amd64 ppc64 hppa ~alpha" +KEYWORDS="x86 ppc sparc amd64 ppc64 hppa ~alpha ppc-macos" SLOT="0" IUSE="" DEPEND="virtual/libc virtual/x11" src_compile() { - elibtoolize + use ppc-macos || elibtoolize + + if use ppc-macos || macos ; then + append-ldflags -L/usr/X11R6/lib -lX11 -lXt + fi econf \ --enable-production \ |