summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/glsof/ChangeLog6
-rw-r--r--x11-misc/glsof/glsof-0.9.17.ebuild11
2 files changed, 14 insertions, 3 deletions
diff --git a/x11-misc/glsof/ChangeLog b/x11-misc/glsof/ChangeLog
index b1a92f9fe13b..427fba02f24b 100644
--- a/x11-misc/glsof/ChangeLog
+++ b/x11-misc/glsof/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/glsof
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/ChangeLog,v 1.8 2007/02/09 06:19:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/ChangeLog,v 1.9 2007/02/21 18:51:35 ticho Exp $
+
+ 21 Feb 2007; Andrej Kacian <ticho@gentoo.org> glsof-0.9.17.ebuild:
+ Fix unexported callback functions. Bug #167841, reported by Gero Mudersbach
+ <geroxp at web.de>. Removed 0.9.16 ebuild.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
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"