Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun/files: fgrun-1.5.1-fltk.patch
Date: Wed, 28 Oct 2009 15:28:06
Message-Id: E1N3ARR-0000mI-2V@stork.gentoo.org
1 voyageur 09/10/28 15:28:05
2
3 Added: fgrun-1.5.1-fltk.patch
4 Log:
5 Version bump, closes bug #255094
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 games-simulation/fgrun/files/fgrun-1.5.1-fltk.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/files/fgrun-1.5.1-fltk.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/files/fgrun-1.5.1-fltk.patch?rev=1.1&content-type=text/plain
13
14 Index: fgrun-1.5.1-fltk.patch
15 ===================================================================
16 --- configure.ac.old 2007-04-25 22:26:19.000000000 +0200
17 +++ configure.ac 2007-04-25 22:27:41.000000000 +0200
18 ***************
19 *** 138,143 ****
20 --- 138,146 ----
21 FLUID="$with_fltk/bin/fluid"
22 CPPFLAGS="-I$with_fltk/include $CPPFLAGS"
23 EXTRA_DIRS="${EXTRA_DIRS} $with_fltk"
24 + else
25 + CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS"
26 + LDFLAGS="$(fltk-config --ldflags) $LDFLAGS"
27 fi
28 AC_SUBST(FLUID)