diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-02 09:38:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-02 09:38:09 +0000 |
commit | e978e58b8bb7bf829958f594c057a109f22467e0 (patch) | |
tree | 6cb7ca249faa23a22ce155cc9705636995777408 /games-puzzle | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-e978e58b8bb7bf829958f594c057a109f22467e0.tar.gz gentoo-2-e978e58b8bb7bf829958f594c057a109f22467e0.tar.bz2 gentoo-2-e978e58b8bb7bf829958f594c057a109f22467e0.zip |
Patch from sekretarz via bug #55223 to fix linking under xorg
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xblockout/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog index cf3bf1c1a1b2..bb77b4d39d22 100644 --- a/games-puzzle/xblockout/ChangeLog +++ b/games-puzzle/xblockout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xblockout # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.5 2004/06/24 23:10:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.6 2004/07/02 09:38:09 mr_bones_ Exp $ + + 02 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> xblockout-1.1.2.ebuild: + Patch from sekretarz via bug #55223 to fix linking under xorg 23 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> xblockout-1.1.2.ebuild: IUSE; don't rdepend on sed; tidy 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" } |