summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/xblockout/xblockout-1.1.2.ebuild')
-rw-r--r--games-puzzle/xblockout/xblockout-1.1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/xblockout/xblockout-1.1.2.ebuild b/games-puzzle/xblockout/xblockout-1.1.2.ebuild
index f0ac480509d0..898dc7508edc 100644
--- a/games-puzzle/xblockout/xblockout-1.1.2.ebuild
+++ b/games-puzzle/xblockout/xblockout-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.6 2004/07/01 05:24:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.7 2004/07/02 09:38:09 mr_bones_ Exp $
inherit games
@@ -23,6 +23,7 @@ S="${WORKDIR}/xbl-${PV}"
src_unpack() {
unpack ${A}
sed -i \
+ -e "s:-lm:-lm -L/usr/X11R6/lib -lX11:" \
-e "s:-g$:${CFLAGS}:" ${S}/Makefile.in \
|| die "sed Makefile.in failed"
}