pkgsrc/cad/pcb/patches/patch-aj
dmcmahill 53e4a5ba09 - use getcwd() instead of getwd().
- remove all compiler warnings on alpha

- add ${PKG_SYSCONFDIR}/pcb/local.inc where admins can list site specific
  libraries to be included instead of modifying one of the regularly
  installed/deinstalled files.  This way a local config is preserved when
  the pkg is upgraded.  Also a local config can be applied without modifying
  one of the files which is checksummed during the install.
2002-05-31 19:56:19 +00:00

13 lines
421 B
Text

$NetBSD: patch-aj,v 1.1 2002/05/31 19:56:21 dmcmahill Exp $
--- src/dialog.h.orig Wed May 13 06:29:43 1998
+++ src/dialog.h
@@ -53,7 +53,7 @@
} DialogButtonType, *DialogButtonTypePtr;
-int DialogEventLoop(int *);
+int DialogEventLoop(long int *);
Widget AddButtons(Widget, Widget, DialogButtonTypePtr, size_t);
Widget CreateDialogBox(char *, DialogButtonTypePtr, size_t, char *);
void StartDialog(Widget);