pkgsrc/games/koth/patches/patch-aa
joerg c708527854 libggi is a threaded library, so enforce thread linkage. Otherwise
configure bails out e.g. on DragonFly, since the linkage test fails.
Fix GCC 3.4+: label at end of compound statement.
2006-03-29 22:38:30 +00:00

12 lines
271 B
Text

$NetBSD: patch-aa,v 1.3 2006/03/29 22:38:30 joerg Exp $
--- src/relay.c.orig 2006-03-29 20:50:19.000000000 +0000
+++ src/relay.c
@@ -260,6 +260,7 @@ void rlMain(Relay_rl * rl, struct timeva
else goto bail;
goto nextpkt;
bail:
+ ;
}
}
}