aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fox17/files
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2011-10-27 21:27:50 +0800
committergahr <gahr@FreeBSD.org>2011-10-27 21:27:50 +0800
commita5e36b1413ca82c9809b48c1737a554b337d1c27 (patch)
tree2c4bf0570304c285eb97ee1de6caa0a3031e5571 /x11-toolkits/fox17/files
parentc36ffda4e0a206ff3fd8d9743fee0a9d62245a92 (diff)
downloadfreebsd-ports-gnome-a5e36b1413ca82c9809b48c1737a554b337d1c27.tar.gz
freebsd-ports-gnome-a5e36b1413ca82c9809b48c1737a554b337d1c27.tar.zst
freebsd-ports-gnome-a5e36b1413ca82c9809b48c1737a554b337d1c27.zip
- Update to 1.7.30
See http://www.fox-toolkit.org/news.html for release notes.
Diffstat (limited to 'x11-toolkits/fox17/files')
-rw-r--r--x11-toolkits/fox17/files/patch-include_xincs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-toolkits/fox17/files/patch-include_xincs.h b/x11-toolkits/fox17/files/patch-include_xincs.h
deleted file mode 100644
index 990ba4e489e4..000000000000
--- a/x11-toolkits/fox17/files/patch-include_xincs.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- include/xincs.h.orig 2011-08-02 10:41:42.000000000 +0200
-+++ include/xincs.h 2011-08-02 10:42:11.000000000 +0200
-@@ -110,7 +110,12 @@
- #include <grp.h>
- #include <pwd.h>
- #include <sys/ioctl.h>
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#include <sys/mount.h>
-+#else
- #include <sys/statfs.h>
-+#endif
- #ifdef HAVE_UNISTD_H
- #include <sys/types.h>
- #include <unistd.h>