Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90798
Collapse All | Expand All

(-)clanlib-0.7.8-r1.ebuild.orig (-1 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.5 2005/03/02 02:40:49 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.5 2005/03/02 02:40:49 vapier Exp $
4
4
5
inherit flag-o-matic eutils
5
inherit flag-o-matic eutils x11-prefix
6
6
7
DESCRIPTION="multi-platform game development library"
7
DESCRIPTION="multi-platform game development library"
8
HOMEPAGE="http://www.clanlib.org/"
8
HOMEPAGE="http://www.clanlib.org/"
Lines 36-41 Link Here
36
			Makefile.in \
36
			Makefile.in \
37
			|| die "sed Makefile.in failed"
37
			|| die "sed Makefile.in failed"
38
	fi
38
	fi
39
40
	# fix a Makefile to link against the right X11 libdir
41
	sed -i "s:-L/usr/X11R6:-L${X11_PREFIX}:" ${S}/Sources/Display/Makefile.in
39
}
42
}
40
43
41
src_compile() {
44
src_compile() {

Return to bug 90798