aboutsummaryrefslogtreecommitdiff
path: root/math/asir2000
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-03 21:03:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-03 21:03:32 +0000
commita5bd6498ec1300b7dc550825df75f98e548fcc58 (patch)
tree75961557aa0cb4bf007c75f67d423ad19b405297 /math/asir2000
parent56a39c2b48a8ca257d7f276e51a0e20ca3e8a125 (diff)
downloadports-a5bd6498ec1300b7dc550825df75f98e548fcc58.tar.gz
ports-a5bd6498ec1300b7dc550825df75f98e548fcc58.zip
Notes
Diffstat (limited to 'math/asir2000')
-rw-r--r--math/asir2000/files/patch-ag7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/asir2000/files/patch-ag b/math/asir2000/files/patch-ag
index 6ac60758df5f..32dbafe4d817 100644
--- a/math/asir2000/files/patch-ag
+++ b/math/asir2000/files/patch-ag
@@ -1,6 +1,6 @@
--- parse/glob.c.orig Thu Jan 4 00:48:08 2007
+++ parse/glob.c Wed Jul 18 12:25:46 2007
-@@ -51,6 +51,7 @@
+@@ -51,10 +51,11 @@
#include "al.h"
#include "parse.h"
#include "ox.h"
@@ -8,6 +8,11 @@
#if defined(PARI)
#include "genpari.h"
#endif
+-#if !defined(VISUAL) && !defined(_PA_RISC1_1) && !defined(linux) && !defined(SYSV) && !defined(__CYGWIN__) && !defined(__INTERIX)
++#if !defined(VISUAL) && !defined(_PA_RISC1_1) && !defined(linux) && !defined(SYSV) && !defined(__CYGWIN__) && !defined(__INTERIX) && !defined(__FreeBSD__)
+ #include <sgtty.h>
+ #endif
+
@@ -765,7 +766,7 @@
char *get_pariversion()
{