From add90dd319be1d4e500d5a1fc89f648ef45d6af8 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 May 2007 20:38:49 +0000 Subject: BROKEN with gcc 4.2 --- biology/crimap/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'biology') diff --git a/biology/crimap/Makefile b/biology/crimap/Makefile index a3428748d787..beccaef2cb94 100644 --- a/biology/crimap/Makefile +++ b/biology/crimap/Makefile @@ -21,6 +21,12 @@ PROGRAMS= crimap EXAMPLES= chr7a.gen demo.dat EXIT_PATCH= e_ped.c get_log.c our_allo.c our_orde.c +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-patch: .for file in ${EXIT_PATCH} @${REINPLACE_CMD} -e 's|exit\ *()|exit(0)|' ${WRKSRC}/${file} @@ -44,4 +50,4 @@ do-install: .endfor .endif -.include +.include -- cgit v1.2.3