summaryrefslogtreecommitdiff
path: root/math/yacas/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-07-05 10:54:16 +0000
committerdrochner <drochner@pkgsrc.org>2004-07-05 10:54:16 +0000
commit16443f4dc7820b6052bb8dcce6e940e7305fc44f (patch)
tree316f81cd14fd8f433ee3af604524bbc1c1a3c088 /math/yacas/patches
parentcf72d9f9829b7f8a4ff5d3a2072f9691f2f0f6b8 (diff)
downloadpkgsrc-16443f4dc7820b6052bb8dcce6e940e7305fc44f.tar.gz
recognize "netbsd" as OS version
Diffstat (limited to 'math/yacas/patches')
-rw-r--r--math/yacas/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/yacas/patches/patch-aa b/math/yacas/patches/patch-aa
new file mode 100644
index 00000000000..a91cbe50f60
--- /dev/null
+++ b/math/yacas/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.6 2004/07/05 10:54:16 drochner Exp $
+
+--- ./scripts/osdep.rep/code.ys.orig 2003-04-17 23:12:02.000000000 +0200
++++ ./scripts/osdep.rep/code.ys
+@@ -8,8 +8,9 @@ PlatformOS() := Eval(
+ If(GreaterThan(Length(OSVersion()),6) And StringMid(1,6,OSVersion()) = "darwin", "Unix",
+ If(GreaterThan(Length(OSVersion()),7) And StringMid(1,7,OSVersion()) = "solaris", "Unix",
+ If(GreaterThan(Length(OSVersion()),7) And StringMid(1,7,OSVersion()) = "freebsd", "Unix",
++ If(GreaterThan(Length(OSVersion()),6) And StringMid(1,6,OSVersion()) = "netbsd", "Unix",
+ If(OSVersion() = "Win32", "Win32",
+- /* otherwise */ Check(False, "Unsupported platform ":OSVersion())))))));
++ /* otherwise */ Check(False, "Unsupported platform ":OSVersion()))))))));
+
+ // this lists the available OS-specific modules
+ SupportedOSes :=