summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-bb
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-27 01:38:31 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-27 01:38:31 +0000
commitdca1739cb81ca56f39856d32d290dae2f858dd34 (patch)
tree60e947f5827065aa5532bf9e61fce010201fc43a /math/Scilab/files/patch-bb
parentUse ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both (diff)
Update to version 2.4.1.
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes: svn path=/head/; revision=23432
Diffstat (limited to 'math/Scilab/files/patch-bb')
-rw-r--r--math/Scilab/files/patch-bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-bb b/math/Scilab/files/patch-bb
new file mode 100644
index 000000000000..677d66c88583
--- /dev/null
+++ b/math/Scilab/files/patch-bb
@@ -0,0 +1,17 @@
+--- routines/sun/zzledt.c.orig Sun Dec 20 00:20:23 1998
++++ routines/sun/zzledt.c Tue Jan 12 13:04:10 1999
+@@ -54,5 +54,5 @@
+ #define TERMCAP
+ #endif
+-#ifndef linux
++#if !defined(linux) && !defined(netbsd) && !defined(freebsd)
+ #ifdef __alpha
+ #define B42UNIX
+@@ -61,4 +61,7 @@
+ #ifdef linux
+ #define ATTUNIX
++#define TERMCAP
++#endif
++#if defined(netbsd) || defined(freebsd)
+ #define TERMCAP
+ #endif