pkgsrc/games/quakeforge/patches/patch-av
tnn 0487aad739 Apply patches from PR pkg/37837 to get quakeforge going on DragonFly.
Also fixes the usual gcc4 suspects. (static/extern storage class mismatch)
2008-01-23 04:59:35 +00:00

12 lines
395 B
Text

$NetBSD: patch-av,v 1.1 2008/01/23 04:59:38 tnn Exp $
--- tools/qfcc/include/method.h.orig 2004-02-04 04:49:46.000000000 +0000
+++ tools/qfcc/include/method.h
@@ -99,6 +99,6 @@ void clear_selectors (void);
struct expr_s *method_check_params (method_t *method, struct expr_s *args);
-extern struct hashtab_s *known_methods;
+// extern struct hashtab_s *known_methods;
#endif//__method_h