pkgsrc/devel/gcvs/patches/patch-ad
wiz a5ab318dce Update to 1.0:
* gcvs 1.0b2
- callback.[ch], interface.[ch] and support.[ch] will be
  created automaticaly if gcvs.glade is newer
- add debug statement to check what envirment cvs gets
  (activated by -DqCvsDebug=1)
* gcvs 1.0b2
- fixed Bug #507525
- fixed memory leaks while changing enviroment
- updated INSTALL file for using CVSGUI111 branch
- project- and spec-file updated to new beta
* gcvs 1.0b1:
- add forgotton headers to makefiles for building distribution
- update project file and version-strings

Makes the package build with gcc3.
2004-09-08 16:21:53 +00:00

12 lines
426 B
Text

$NetBSD: patch-ad,v 1.1 2004/09/08 16:21:53 wiz Exp $
--- common/getopt.h.orig 2002-12-18 17:31:45.000000000 +0100
+++ common/getopt.h
@@ -106,7 +106,6 @@ struct option
errors, only prototype getopt for the GNU C library. */
extern int getopt (int argc, char *const *argv, const char *shortopts);
#else /* not __GNU_LIBRARY__ */
-extern int getopt ();
#endif /* not __GNU_LIBRARY__ */
#endif /* not __FreeBSD__ */