summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-03 18:20:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-03 18:20:48 +0000
commit4e3b95bbcc41ab77da5462fdf71d5f34d2c2fb0a (patch)
tree3b81ff58675c567b3b8dd251e3dc1738000276bc /games-simulation/fgrun/files
parentold (diff)
downloadgentoo-2-4e3b95bbcc41ab77da5462fdf71d5f34d2c2fb0a.tar.gz
gentoo-2-4e3b95bbcc41ab77da5462fdf71d5f34d2c2fb0a.tar.bz2
gentoo-2-4e3b95bbcc41ab77da5462fdf71d5f34d2c2fb0a.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation/fgrun/files')
-rw-r--r--games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch b/games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch
deleted file mode 100644
index 359b9c811b52..000000000000
--- a/games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.ac.old 2007-04-25 22:26:19.000000000 +0200
-+++ configure.ac 2007-04-25 22:27:41.000000000 +0200
-@@ -194,6 +194,9 @@
- FLUID="$fltk_prefix/bin/fluid"
- CPPFLAGS="-I$fltk_prefix/include $CPPFLAGS"
- LDFLAGS="-L$fltk_prefix/lib $LDFLAGS"
-+else
-+ CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS"
-+ LDFLAGS="$(fltk-config --ldflags) $LDFLAGS"
- fi
-
- AC_SUBST(FLUID)