diff options
author | 2007-02-21 18:51:35 +0000 | |
---|---|---|
committer | 2007-02-21 18:51:35 +0000 | |
commit | fdc69563a14238ff5dbb06b501f8d80ed2fbe8e3 (patch) | |
tree | 14ff03aae0bd5f95e1c976052205f486a2b19bcb /x11-misc/glsof/glsof-0.9.17.ebuild | |
parent | Transition to Manifest2. (diff) | |
download | historical-fdc69563a14238ff5dbb06b501f8d80ed2fbe8e3.tar.gz historical-fdc69563a14238ff5dbb06b501f8d80ed2fbe8e3.tar.bz2 historical-fdc69563a14238ff5dbb06b501f8d80ed2fbe8e3.zip |
Fix unexported callback functions. Bug #167841, reported by Gero Mudersbach <geroxp at web.de>. Removed 0.9.16 ebuild.
Package-Manager: portage-2.1.2-r6
Diffstat (limited to 'x11-misc/glsof/glsof-0.9.17.ebuild')
-rw-r--r-- | x11-misc/glsof/glsof-0.9.17.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/x11-misc/glsof/glsof-0.9.17.ebuild b/x11-misc/glsof/glsof-0.9.17.ebuild index 8d04935883b5..71f2001861e3 100644 --- a/x11-misc/glsof/glsof-0.9.17.ebuild +++ b/x11-misc/glsof/glsof-0.9.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/glsof-0.9.17.ebuild,v 1.4 2005/07/26 14:23:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/glsof-0.9.17.ebuild,v 1.5 2007/02/21 18:51:35 ticho Exp $ inherit gnome2 # Saves us work @@ -24,4 +24,11 @@ RDEPEND=">=x11-libs/gtk+-2.3.1 DEPEND="${RDEPEND} dev-util/pkgconfig" +src_unpack() { + unpack ${A} || die + cd ${S} + sed -i -e "s:^glsof_LDFLAGS = :glsof_LDFLAGS = -export-dynamic :" \ + src/Makefile.in +} + DOCS="AUTHORS COPYING ChangeLog INSTALL README" |