summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/kbd/kbd-1.12-r3.ebuild')
-rw-r--r--sys-apps/kbd/kbd-1.12-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/kbd/kbd-1.12-r3.ebuild b/sys-apps/kbd/kbd-1.12-r3.ebuild
index a0284fb3543f..1fedcf3a67fe 100644
--- a/sys-apps/kbd/kbd-1.12-r3.ebuild
+++ b/sys-apps/kbd/kbd-1.12-r3.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/sys-apps/kbd/kbd-1.12-r3.ebuild,v 1.4 2005/01/02 23:25:09 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.12-r3.ebuild,v 1.5 2005/05/31 15:36:37 swegener Exp $
inherit eutils toolchain-funcs
@@ -30,7 +30,8 @@ src_unpack() {
cd ${S}
sed -i \
-e "s:-O2:${CFLAGS}:g" \
- -e 's:install -s:install:' \
+ -e "s:install -s:install:" \
+ -e "s:LDFLAGS = -s:LDFLAGS = :" \
src/Makefile.in
# Other patches from RH