summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/xorg-cf-files/ChangeLog7
-rw-r--r--x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog
index 93c9d1bd6f04..4cc6ba87c546 100644
--- a/x11-misc/xorg-cf-files/ChangeLog
+++ b/x11-misc/xorg-cf-files/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xorg-cf-files
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.25 2006/07/19 08:53:37 gmsoft Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.26 2007/02/20 00:07:12 blubb Exp $
+
+ 20 Feb 2007; Simon Stelling <blubb@gentoo.org> xorg-cf-files-1.0.2.ebuild:
+ libdir fix taken from kanaka's overlay
19 Jul 2006; Guy Martin <gmsoft@gentoo.org> xorg-cf-files-1.0.2.ebuild:
Stable on hppa.
diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild
index a48829726f2e..8353dd036b05 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.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-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild,v 1.8 2006/09/03 06:20:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild,v 1.9 2007/02/20 00:07:12 blubb Exp $
# Must be before x-modular eclass is inherited
# SNAPSHOT="yes"
@@ -17,4 +17,5 @@ DEPEND=""
src_install() {
x-modular_src_install
echo "#define ManDirectoryRoot /usr/share/man" >> ${D}/usr/$(get_libdir)/X11/config/host.def
+ sed -i -e "s/LibDirName *lib$/LibDirName $(get_libdir)/" ${D}/usr/$(get_libdir)/X11/config/Imake.tmpl || die "failed libdir sed"
}