pkgsrc/biology/clustalw/patches/patch-ab
rh 12c166c31a Import of clustalw-1.8, a general purpose multiple alignment program
for DNA or proteins.  This is a merge of the packages submitted in PRs
pkg/7075 by Brook Milligan and pkg/8094 by Marc Baudoin (with some minor
modifications), thanks!
1999-07-28 20:07:00 +00:00

14 lines
278 B
Text

$NetBSD: patch-ab,v 1.1.1.1 1999/07/28 20:07:01 rh Exp $
--- amenu.c.orig Mon Dec 8 08:49:12 1997
+++ amenu.c Sat Apr 10 22:07:58 1999
@@ -13,7 +13,9 @@
static jmp_buf jmpbuf;
#ifndef VMS
#ifndef AIX
+#ifndef BADSIG
#define BADSIG (void (*)())-1
+#endif
#endif
#endif