pkgsrc/misc/root/patches/patch-ak
2000-12-28 01:59:26 +00:00

13 lines
341 B
Text

$NetBSD: patch-ak,v 1.1 2000/12/28 02:16:27 wiz Exp $
--- src/ROOTD_rootd.cxx.orig Tue Nov 2 11:45:18 1999
+++ src/ROOTD_rootd.cxx
@@ -128,7 +128,7 @@
extern "C" char *crypt(const char *, const char *);
#endif
-#ifdef __alpha
+#if defined(__alpha) && !defined(__NetBSD__)
extern "C" int initgroups(char *name, int basegid);
#endif