summaryrefslogtreecommitdiff
path: root/graphics/xpaint/files/patch-fileBrowser.c
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-01-26 16:30:12 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-01-26 16:30:12 +0000
commit39026acb04e4684bab1a8d4684a3b35dfbca58a0 (patch)
treed541f006c5b8d7d17d7c9339c5fc1ea08be610d2 /graphics/xpaint/files/patch-fileBrowser.c
parentUpdate to libXaw3dXft 1.6.2b (diff)
- Update xpaint to 2.9.9.3
- Remove some local patch files that are no longer needed
Notes
Notes: svn path=/head/; revision=311026
Diffstat (limited to 'graphics/xpaint/files/patch-fileBrowser.c')
-rw-r--r--graphics/xpaint/files/patch-fileBrowser.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/xpaint/files/patch-fileBrowser.c b/graphics/xpaint/files/patch-fileBrowser.c
deleted file mode 100644
index 716939706cc3..000000000000
--- a/graphics/xpaint/files/patch-fileBrowser.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- fileBrowser.c.orig 2010-04-28 17:02:11.000000000 +0900
-+++ fileBrowser.c 2010-05-29 13:23:51.000000000 +0900
-@@ -40,7 +40,7 @@
- #include <stdio.h>
- #include <sys/types.h>
- #include <sys/stat.h>
--#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS )
-+#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS ) || defined(__FreeBSD__)
- #include <dirent.h>
- #else
- #include <sys/dir.h>
-@@ -513,7 +513,7 @@
- setCWD(arg_t * arg, char *dir)
- {
- DIR *dirp;
--#if defined(SYSV) || defined(SVR4) || defined(__alpha) || defined(__CYGWIN__)
-+#if defined(SYSV) || defined(SVR4) || defined(__alpha) || defined(__CYGWIN__) || defined(__FreeBSD__)
- struct dirent *e;
- #else
- struct direct *e;