summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 18:55:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 18:55:05 +0000
commit4e8e7679d8bc840ca8b4644cf8b1d374ed66566b (patch)
tree9e2977cd9762f5e681b596bd93677a5f4dff52dd /x11-libs/lesstif
parentFix broken autotools handling. (diff)
downloadgentoo-2-4e8e7679d8bc840ca8b4644cf8b1d374ed66566b.tar.gz
gentoo-2-4e8e7679d8bc840ca8b4644cf8b1d374ed66566b.tar.bz2
gentoo-2-4e8e7679d8bc840ca8b4644cf8b1d374ed66566b.zip
Remove libtoolize call on ppc-macos.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r--x11-libs/lesstif/ChangeLog7
-rw-r--r--x11-libs/lesstif/lesstif-0.94.4.ebuild6
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-libs/lesstif/ChangeLog b/x11-libs/lesstif/ChangeLog
index d6cc4dcb0236..3331c1c1eff9 100644
--- a/x11-libs/lesstif/ChangeLog
+++ b/x11-libs/lesstif/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/lesstif
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.80 2006/11/28 17:40:55 chtekk Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.81 2007/01/04 18:55:05 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> lesstif-0.94.4.ebuild:
+ Remove libtoolize call on ppc-macos.
28 Nov 2006; Luca Longinotti <chtekk@gentoo.org>
-lesstif-0.93.94-r4.ebuild:
diff --git a/x11-libs/lesstif/lesstif-0.94.4.ebuild b/x11-libs/lesstif/lesstif-0.94.4.ebuild
index 23d83106339f..0474e4a1a930 100644
--- a/x11-libs/lesstif/lesstif-0.94.4.ebuild
+++ b/x11-libs/lesstif/lesstif-0.94.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.4.ebuild,v 1.17 2006/10/01 17:09:13 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.4.ebuild,v 1.18 2007/01/04 18:55:05 flameeyes Exp $
inherit libtool flag-o-matic multilib
@@ -34,8 +34,6 @@ src_unpack() {
}
src_compile() {
- use ppc-macos || libtoolize --force --copy
-
if use ppc-macos; then
append-ldflags -L/usr/X11R6/lib -lX11 -lXt
fi