aboutsummaryrefslogtreecommitdiffstats
path: root/math/asir2000
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-01-04 05:03:32 +0800
committermiwi <miwi@FreeBSD.org>2008-01-04 05:03:32 +0800
commit9676b47599aff4887a4e5e62c2ab5070b1245eba (patch)
treea7b3a92eb16fd9273c78cd8cee00e76b94b6a60a /math/asir2000
parentdd4e310246f01ad7a15c1a11a3d904276f328128 (diff)
downloadfreebsd-ports-gnome-9676b47599aff4887a4e5e62c2ab5070b1245eba.tar.gz
freebsd-ports-gnome-9676b47599aff4887a4e5e62c2ab5070b1245eba.tar.zst
freebsd-ports-gnome-9676b47599aff4887a4e5e62c2ab5070b1245eba.zip
The math/asir2000 port includes the <sgtty.h> header file on FreeBSD,
even though it isn't needed (one might wonder which platform *does* need it). We'd better not include it, because sgtty.h has been deprecated for a very very long time. PR: 119106 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
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()
{