aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-24 17:34:58 +0800
committeredwin <edwin@FreeBSD.org>2002-11-24 17:34:58 +0800
commit67fc33cdd5f8415296f7d872a9dba2c8c7fa05e3 (patch)
tree0314bc83f6ae1989d40163c1cd1371167babf5fa /games
parent34e373c1bcadb92790524b6de4d8f248f59cd0b5 (diff)
downloadfreebsd-ports-gnome-67fc33cdd5f8415296f7d872a9dba2c8c7fa05e3.tar.gz
freebsd-ports-gnome-67fc33cdd5f8415296f7d872a9dba2c8c7fa05e3.tar.zst
freebsd-ports-gnome-67fc33cdd5f8415296f7d872a9dba2c8c7fa05e3.zip
Make games/xword building on -current again.
PR: ports/45410 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
Diffstat (limited to 'games')
-rw-r--r--games/xword/files/patch-FileUtil.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/xword/files/patch-FileUtil.h b/games/xword/files/patch-FileUtil.h
new file mode 100644
index 000000000000..00d80f7a6345
--- /dev/null
+++ b/games/xword/files/patch-FileUtil.h
@@ -0,0 +1,9 @@
+--- src/FileUtil.h.orig Mon Nov 18 16:12:05 2002
++++ src/FileUtil.h Mon Nov 18 16:12:41 2002
+@@ -29,6 +29,7 @@
+ #include <stdio.h>
+ #include <string>
+ #include <vector>
++#include <sys/types.h>
+
+ #include "Filename.h"