summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-06-06 21:31:28 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-06-06 21:31:28 +0000
commitc566f02e81a5ca358db0ed02e61f0b5730072946 (patch)
tree08c4d8f872248c90d4d53a8d549151f78145985c /sci-mathematics/octave/files/octave-3.2.4-fltk-magic.patch
parentFix installation offset for bug 419823 by Palmer Dabbelt (diff)
downloadgentoo-2-c566f02e81a5ca358db0ed02e61f0b5730072946.tar.gz
gentoo-2-c566f02e81a5ca358db0ed02e61f0b5730072946.tar.bz2
gentoo-2-c566f02e81a5ca358db0ed02e61f0b5730072946.zip
Version bump
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/octave/files/octave-3.2.4-fltk-magic.patch')
-rw-r--r--sci-mathematics/octave/files/octave-3.2.4-fltk-magic.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-mathematics/octave/files/octave-3.2.4-fltk-magic.patch b/sci-mathematics/octave/files/octave-3.2.4-fltk-magic.patch
deleted file mode 100644
index fe1f7acb2c4f..000000000000
--- a/sci-mathematics/octave/files/octave-3.2.4-fltk-magic.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.in 2010-01-19 11:13:14.000000000 +0000
-+++ configure.in.new 2010-05-05 00:56:31.000000000 +0100
-@@ -749,6 +749,11 @@
- GRAPHICS_CFLAGS=
-
- ## fltk (www.fltk.org)
-+AC_ARG_WITH(fltk,
-+ [AS_HELP_STRING([--without-fltk], [don't use FLTK for native grphics])],
-+ with_fltk=$withval, with_fltk=yes)
-+
-+if test "$with_fltk" = yes; then
- AC_ARG_WITH(fltk-prefix,
- [ --with-fltk-prefix=PFX Prefix where FLTK is installed (optional)],
- fltk_prefix="$withval",
-@@ -773,6 +778,9 @@
- fi
-
- AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
-+else
-+ FLTK_CONFIG=no
-+fi
-
- warn_fltk_config=""
- warn_fltk_opengl=""