summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-11 21:38:44 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-11 21:38:44 +0000
commit648cea4b0f0a55b5bae50f50d16d68bd971bdc06 (patch)
tree22c695d12869c09b0a3d2f591f20e7b2e4740e3e /x11-libs
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-648cea4b0f0a55b5bae50f50d16d68bd971bdc06.tar.gz
gentoo-2-648cea4b0f0a55b5bae50f50d16d68bd971bdc06.tar.bz2
gentoo-2-648cea4b0f0a55b5bae50f50d16d68bd971bdc06.zip
commit from the past: dropped ppc-macos ldflags bogus
(Portage version: 2.1.3.19, RepoMan options: --force)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/lesstif/ChangeLog5
-rw-r--r--x11-libs/lesstif/lesstif-0.94.4.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/lesstif/ChangeLog b/x11-libs/lesstif/ChangeLog
index cb7c7dd2a9f4..29ce2521b6ab 100644
--- a/x11-libs/lesstif/ChangeLog
+++ b/x11-libs/lesstif/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for x11-libs/lesstif
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.83 2007/07/01 03:13:56 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.84 2008/01/11 21:38:44 grobian Exp $
01 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
+files/digest-lesstif-0.94.4, +files/digest-lesstif-0.95.0, Manifest:
@@ -13,6 +13,9 @@
version bump, fixes bug 145863; taken from mgass in Sunrise Portage-Review;
added a lot of quotes
+ 18 Feb 2007; Fabian Groffen <grobian@gentoo.org> lesstif-0.94.4.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
+
04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> lesstif-0.94.4.ebuild:
Remove libtoolize call on ppc-macos.
diff --git a/x11-libs/lesstif/lesstif-0.94.4.ebuild b/x11-libs/lesstif/lesstif-0.94.4.ebuild
index 09bee2761b5d..d19ca2fa7b5d 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-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.20 2007/07/15 05:53:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.4.ebuild,v 1.21 2008/01/11 21:38:44 grobian Exp $
inherit libtool flag-o-matic multilib
@@ -34,10 +34,6 @@ src_unpack() {
}
src_compile() {
- if use ppc-macos; then
- append-ldflags -L/usr/X11R6/lib -lX11 -lXt
- fi
-
econf \
$(use_enable static) \
--enable-production \