diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-28 16:04:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-28 16:04:05 +0000 |
commit | 698d37b7d2e6cd1a47fb14039290f868154b8cb0 (patch) | |
tree | 8da6734a1ce216e718b2cc7003a022265b843910 /games-board | |
parent | Removed 4.4.8, no longer available upstream. (Manifest recommit) (diff) | |
download | gentoo-2-698d37b7d2e6cd1a47fb14039290f868154b8cb0.tar.gz gentoo-2-698d37b7d2e6cd1a47fb14039290f868154b8cb0.tar.bz2 gentoo-2-698d37b7d2e6cd1a47fb14039290f868154b8cb0.zip |
forgot to commit flag fix
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnubg/gnubg-0.14.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/gnubg/gnubg-0.14.2.ebuild b/games-board/gnubg/gnubg-0.14.2.ebuild index 7d739f6982a5..a978a89e8909 100644 --- a/games-board/gnubg/gnubg-0.14.2.ebuild +++ b/games-board/gnubg/gnubg-0.14.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-board/gnubg/gnubg-0.14.2.ebuild,v 1.10 2004/12/28 00:03:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.2.ebuild,v 1.11 2004/12/28 16:04:05 vapier Exp $ inherit gnuconfig flag-o-matic games @@ -73,6 +73,7 @@ src_compile() { fi if use opengl ; then myconf="${myconf} --with-board3d" + append-flags $(pkg-config ftgl --cflags) fi else myconf="${myconf} --disable-gtktest --without-board3d" |