summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordrochner <drochner>2008-07-03 10:22:39 +0000
committerdrochner <drochner>2008-07-03 10:22:39 +0000
commit036858effb39a0ad640c277f0aa450ed2b10a125 (patch)
tree161c593c1b097e80c6ed4f9c6e55c3477ff82975 /games
parentdca025fc1e1ad7a2c56e3625dd617dc7b2c22c72 (diff)
downloadpkgsrc-036858effb39a0ad640c277f0aa450ed2b10a125.tar.gz
fix build on DragonFly, from Hasso Tepper per PR pkg/39074
(On NetBSD, unistd.h is pulled in indirectly through the c++ headers, via gthr-*.h)
Diffstat (limited to 'games')
-rw-r--r--games/xye/distinfo3
-rw-r--r--games/xye/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/games/xye/distinfo b/games/xye/distinfo
index 5c4d876b49d..e2a28693ffe 100644
--- a/games/xye/distinfo
+++ b/games/xye/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/06/23 16:56:39 drochner Exp $
+$NetBSD: distinfo,v 1.2 2008/07/03 10:22:39 drochner Exp $
SHA1 (xye-source-0.8.0.tar.gz) = 80daaa3449f36af44133643a63bb9f19c5f54723
RMD160 (xye-source-0.8.0.tar.gz) = 886c6b62822ec3ed4abc091d2af38e642f34e34e
Size (xye-source-0.8.0.tar.gz) = 1267668 bytes
+SHA1 (patch-aa) = 04a045413cedcf7fd4f53ade0ea8a4cee68cd388
diff --git a/games/xye/patches/patch-aa b/games/xye/patches/patch-aa
new file mode 100644
index 00000000000..79fd330f0ef
--- /dev/null
+++ b/games/xye/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2008/07/03 10:22:39 drochner Exp $
+
+--- src/options.cpp.orig 2008-01-13 00:37:12.000000000 +0100
++++ src/options.cpp
+@@ -21,6 +21,7 @@ Permission is granted to anyone to use t
+ #include "options.h"
+ #include "gen.h"
+
++#include <unistd.h>
+
+ #include <iostream>
+ #include <fstream>