diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 17:47:38 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 17:47:38 +0000 |
commit | 1a9901b5d583dcf9ef7731d396f255f580d9e182 (patch) | |
tree | ed47b05a8905dc00bb20997cf0803ba68ba35e0d /textproc | |
parent | 64171bdc7461f0df4a039271492780217a0406b4 (diff) | |
download | pkgsrc-1a9901b5d583dcf9ef7731d396f255f580d9e182.tar.gz |
Remove stupid check for Sun make from configure. Fixes build on SunOS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yamcha/distinfo | 3 | ||||
-rw-r--r-- | textproc/yamcha/patches/patch-configure | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/textproc/yamcha/distinfo b/textproc/yamcha/distinfo index c5b1430da2a..65c35c27da4 100644 --- a/textproc/yamcha/distinfo +++ b/textproc/yamcha/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.3 2011/03/23 09:19:39 obache Exp $ +$NetBSD: distinfo,v 1.4 2011/09/14 17:47:38 hans Exp $ SHA1 (yamcha-0.33.tar.gz) = 4ee6d8150557761f86fcb8af118636b7c23920c0 RMD160 (yamcha-0.33.tar.gz) = ac21fa16a45efa40775d426cd6229f612a7aa21e Size (yamcha-0.33.tar.gz) = 488670 bytes SHA1 (patch-aa) = 16120e3f052a1046ee360bbe449d95dfdb6a3990 +SHA1 (patch-configure) = e8ce916348987c5defa16bde2fca4a748ff36a3d SHA1 (patch-libexec_mkdarts.cpp) = 7fb2dfae8f6b312530f0774f9e8f227b98fdfd5e SHA1 (patch-src_param.cpp) = 4fe2da167ce0de0c88153fe545c04efba1b585c7 diff --git a/textproc/yamcha/patches/patch-configure b/textproc/yamcha/patches/patch-configure new file mode 100644 index 00000000000..f54ad740b6d --- /dev/null +++ b/textproc/yamcha/patches/patch-configure @@ -0,0 +1,16 @@ +$NetBSD: patch-configure,v 1.1 2011/09/14 17:47:38 hans Exp $ + +--- configure.orig 2005-09-03 04:33:48.000000000 +0200 ++++ configure 2011-09-13 18:13:16.246039614 +0200 +@@ -20250,11 +20250,6 @@ echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +- if test "$host_vendor" = "sun" ; then +- { { echo "$as_me:$LINENO: error: \"SUN make does not work for building TinySVM. Please install GNU make\"" >&5 +-echo "$as_me: error: \"SUN make does not work for building TinySVM. Please install GNU make\"" >&2;} +- { (exit 1); exit 1; }; } +- fi + fi + + if test -n "$GCC"; then |