]> git.pld-linux.org Git - packages/genius.git/commitdiff
- buildfix auto/ac/genius-0_7_2-1
authorgrzegol <grzegol@pld-linux.org>
Fri, 4 Feb 2005 21:36:44 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    genius-term_mpfr_fix.patch -> 1.1

genius-term_mpfr_fix.patch [new file with mode: 0644]

diff --git a/genius-term_mpfr_fix.patch b/genius-term_mpfr_fix.patch
new file mode 100644 (file)
index 0000000..2cc455c
--- /dev/null
@@ -0,0 +1,41 @@
+diff -urN aa/genius-0.7.2/src/genius.c genius-0.7.2/src/genius.c
+--- aa/genius-0.7.2/src/genius.c       2004-12-22 02:44:15.000000000 +0100
++++ genius-0.7.2/src/genius.c  2005-02-04 19:22:08.764857664 +0100
+@@ -35,18 +35,6 @@
+ #include <stdio.h>
+ #include <locale.h>
+-#ifdef USE_NCURSES
+-#ifdef INC_NCURSES
+-#include <ncurses/curses.h>
+-#include <ncurses/term.h>
+-#else
+-#include <curses.h>
+-#include <term.h>
+-#endif
+-#else
+-#include <termcap.h>
+-#endif
+-
+ #include "calc.h"
+ #include "eval.h"
+ #include "util.h"
+@@ -62,6 +50,18 @@
+ #include <readline/readline.h>
+ #include <readline/history.h>
++#ifdef USE_NCURSES
++#ifdef INC_NCURSES
++#include <ncurses/curses.h>
++#include <ncurses/term.h>
++#else
++#include <curses.h>
++#include <term.h>
++#endif
++#else
++#include <termcap.h>
++#endif
++
+ /*Globals:*/
+ /*calculator state*/
This page took 0.041453 seconds and 4 git commands to generate.