summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 14:47:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 14:47:43 +0000
commit32c43b396deb3b6714bcb4802c8f6de44c4bd935 (patch)
tree7af12cec0762ea677eae3456decc662f1302f152 /app-emulation/pearpc
parentUse bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case. (diff)
downloadgentoo-2-32c43b396deb3b6714bcb4802c8f6de44c4bd935.tar.gz
gentoo-2-32c43b396deb3b6714bcb4802c8f6de44c4bd935.tar.bz2
gentoo-2-32c43b396deb3b6714bcb4802c8f6de44c4bd935.zip
Use bindnow-flags function instead of -Wl,-z,now.
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-emulation/pearpc')
-rw-r--r--app-emulation/pearpc/ChangeLog5
-rw-r--r--app-emulation/pearpc/pearpc-0.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/pearpc/ChangeLog b/app-emulation/pearpc/ChangeLog
index 404e8d1070cb..7ab9bddf7b73 100644
--- a/app-emulation/pearpc/ChangeLog
+++ b/app-emulation/pearpc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/pearpc
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/ChangeLog,v 1.9 2005/12/22 21:27:03 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/ChangeLog,v 1.10 2005/12/25 14:45:19 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pearpc-0.4.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
*pearpc-0.4 (22 Dec 2005)
diff --git a/app-emulation/pearpc/pearpc-0.4.ebuild b/app-emulation/pearpc/pearpc-0.4.ebuild
index c9b1910a94d8..ffb6cea886ad 100644
--- a/app-emulation/pearpc/pearpc-0.4.ebuild
+++ b/app-emulation/pearpc/pearpc-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/pearpc-0.4.ebuild,v 1.1 2005/12/22 21:27:03 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/pearpc-0.4.ebuild,v 1.2 2005/12/25 14:45:19 flameeyes Exp $
inherit flag-o-matic
@@ -32,7 +32,7 @@ DEFAULT_TO_X11=0
pkg_setup() {
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
# if (use qt && use sdl) || (use qt && use gtk) || (use gtk && sdl) || (use gtk && use qt && use sdl); then
# ewarn