aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpaint/files/patch-ab
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>2000-03-21 15:45:59 +0000
committerJustin M. Seger <jseger@FreeBSD.org>2000-03-21 15:45:59 +0000
commit17fa90d0d0199acab7ac913e966a314131b5c396 (patch)
tree5f988a7213551b6bece11e99c5260a20b3e22a6f /graphics/xpaint/files/patch-ab
parent82562dd107ed9880fa7a868d0139feb8d54847f9 (diff)
Upgrade to xpaint-2.5.7
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> PR: ports/17464
Diffstat (limited to 'graphics/xpaint/files/patch-ab')
-rw-r--r--graphics/xpaint/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/xpaint/files/patch-ab b/graphics/xpaint/files/patch-ab
new file mode 100644
index 000000000000..822f3f99ba9f
--- /dev/null
+++ b/graphics/xpaint/files/patch-ab
@@ -0,0 +1,20 @@
+--- fileName.c.orig Wed Feb 25 05:38:43 1998
++++ fileName.c Fri Mar 17 00:46:02 2000
+@@ -37,7 +37,7 @@
+ #include <stdio.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN32__)
++#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN32__) || defined(__FreeBSD__)
+ #include <dirent.h>
+ #else
+ #include <sys/dir.h>
+@@ -375,7 +375,7 @@
+ setCWD(arg_t * arg, char *dir)
+ {
+ DIR *dirp;
+-#if defined(SYSV) || defined(SVR4) || defined(__alpha) || defined(__CYGWIN32__)
++#if defined(SYSV) || defined(SVR4) || defined(__alpha) || defined(__CYGWIN32__) || defined(__FreeBSD__)
+ struct dirent *e;
+ #else
+ struct direct *e;