pkgsrc/games/xfreecell/patches/patch-ae
obache 40c5e6c2aa * Add dependency on libX11 directly, noted in PR 38644.
* Marked as DESTDIR ready
 * Modify patches to bit simply
 * Honor PKGMANDIR
 * Add definition virtual destructor for reliably an safely.

Bump PKGREVISION.
2008-05-24 15:59:27 +00:00

19 lines
423 B
Text

$NetBSD: patch-ae,v 1.2 2008/05/24 15:59:27 obache Exp $
--- subwindows.cpp.orig 1999-07-27 14:15:36.000000000 +0000
+++ subwindows.cpp
@@ -1,5 +1,6 @@
#include <sys/stat.h>
#include <sys/types.h>
+#include <errno.h>
#include <fcntl.h>
#include <dirent.h>
#include <unistd.h>
@@ -62,7 +63,6 @@ void QueryWindow::waitForEvent()
}
//Score
-extern int errno;
const int winScore = 10;
const int defeatScore = 10;