]> git.pld-linux.org Git - packages/octave.git/blob - octave-build.patch
- updated suitesparse patch
[packages/octave.git] / octave-build.patch
1 --- octave-3.8.1/m4/acinclude.m4.orig   2014-03-06 20:37:51.000000000 +0100
2 +++ octave-3.8.1/m4/acinclude.m4        2014-03-10 08:01:49.629358095 +0100
3 @@ -972,7 +972,7 @@
4    TERM_LIBS=
5    ac_octave_save_LIBS="$LIBS"
6    AC_SEARCH_LIBS([tputs],
7 -                 [ncurses curses termcap terminfo termlib],
8 +                 [tinfo ncurses curses termcap terminfo termlib],
9                   [], [])
10    LIBS="$ac_octave_save_LIBS"
11    case "$ac_cv_search_tputs" in
12 --- octave-3.4.2/m4/ax_pthread.m4.orig  2011-04-11 16:57:08.000000000 +0200
13 +++ octave-3.4.2/m4/ax_pthread.m4       2011-07-07 21:24:27.544492621 +0200
14 @@ -169,6 +169,7 @@
15                  -*)
16                  AC_MSG_CHECKING([whether pthreads work with $flag])
17                  PTHREAD_CFLAGS="$flag"
18 +                PTHREAD_LIBS="$flag"
19                  ;;
20  
21                 pthread-config)
This page took 0.032632 seconds and 3 git commands to generate.