diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 16:58:42 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 16:58:42 +0000 |
commit | 99819ecdc3a579beabc942b2b8f3913611e408c8 (patch) | |
tree | eec3d3e75bf1702c29bf8393c841249012197d6c /inputmethod | |
parent | 9fc272962929fd22e0bbfe8c4798c04b9b167e01 (diff) | |
download | pkgsrc-99819ecdc3a579beabc942b2b8f3913611e408c8.tar.gz |
Remove stupid make check from configure to fix build on SunOS.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/zinnia/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/zinnia/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/inputmethod/zinnia/distinfo b/inputmethod/zinnia/distinfo index 1a5f3ebb393..c2be39dbc88 100644 --- a/inputmethod/zinnia/distinfo +++ b/inputmethod/zinnia/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2010/08/14 14:30:39 obache Exp $ +$NetBSD: distinfo,v 1.3 2011/09/14 16:58:42 hans Exp $ SHA1 (zinnia-0.06.tar.gz) = bc67d65857186bb49710a712a2fc8f8cb81211c0 RMD160 (zinnia-0.06.tar.gz) = 7ade98fa37144f2750b027278c1b55d810612974 Size (zinnia-0.06.tar.gz) = 457415 bytes +SHA1 (patch-aa) = 4a0f3276f05c72e886bdae875bd86ad630b384d1 diff --git a/inputmethod/zinnia/patches/patch-aa b/inputmethod/zinnia/patches/patch-aa new file mode 100644 index 00000000000..281c576cc64 --- /dev/null +++ b/inputmethod/zinnia/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2011/09/14 16:58:42 hans Exp $ + +--- configure.orig 2011-09-14 11:06:16.137606788 +0200 ++++ configure 2011-09-14 11:08:03.738027602 +0200 +@@ -15387,9 +15387,6 @@ $as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +- if test "$host_vendor" = "sun" ; then +- as_fn_error "\"SUN make does not work for building maxent. Please install GNU make\"" "$LINENO" 5 +- fi + fi + + |