summaryrefslogtreecommitdiff
path: root/math/TinySVM
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-09-14 17:12:18 +0000
committerhans <hans@pkgsrc.org>2011-09-14 17:12:18 +0000
commitbfbc557f1b40b52045c9af7fe424b9555191da3a (patch)
treebdbc19083028c18aa5fc9ef45d7343e98c81a2a2 /math/TinySVM
parent13286c46f576dca61902cd150020d6ee816a1ac7 (diff)
downloadpkgsrc-bfbc557f1b40b52045c9af7fe424b9555191da3a.tar.gz
Remove stupid test for Sun make from configure.
Diffstat (limited to 'math/TinySVM')
-rw-r--r--math/TinySVM/distinfo3
-rw-r--r--math/TinySVM/patches/patch-ab14
2 files changed, 16 insertions, 1 deletions
diff --git a/math/TinySVM/distinfo b/math/TinySVM/distinfo
index 2fafb99dd3f..80172364bd2 100644
--- a/math/TinySVM/distinfo
+++ b/math/TinySVM/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/05/19 11:47:15 obache Exp $
+$NetBSD: distinfo,v 1.2 2011/09/14 17:12:18 hans Exp $
SHA1 (TinySVM-0.09.tar.gz) = 9c3c36454c475180ef6646d059376f35549cad08
RMD160 (TinySVM-0.09.tar.gz) = d44586810d4776a251cda4a08b1aa9148108c8e6
Size (TinySVM-0.09.tar.gz) = 317636 bytes
SHA1 (patch-aa) = bbeefe45ecf7f447eb8b6f692d035b74f01cb7a8
+SHA1 (patch-ab) = bbe7d1f0eb2abc29c80749ad3892fb333f5a76c1
diff --git a/math/TinySVM/patches/patch-ab b/math/TinySVM/patches/patch-ab
new file mode 100644
index 00000000000..a57f7ad2603
--- /dev/null
+++ b/math/TinySVM/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2011/09/14 17:12:18 hans Exp $
+
+--- configure.orig 2002-08-20 08:01:54.000000000 +0200
++++ configure 2011-09-13 16:52:23.293134524 +0200
+@@ -6095,9 +6095,6 @@ if $ac_make --version 2>/dev/null | grep
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+- if test "$host_vendor" = "sun" ; then
+- { echo "configure: error: "SUN make does not work for building TinySVM. Please install GNU make"" 1>&2; exit 1; }
+- fi
+ fi
+
+