aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-09-03 13:23:32 +0800
committermax <max@FreeBSD.org>1997-09-03 13:23:32 +0800
commit3335b2687cdf87e231aad79f4baf4260db3495e5 (patch)
treeaeb7fd53d9db933a6bce00105e2942d70638603a /x11
parentd2b0ce37526dc2bce50f3b5e16226126a9b73523 (diff)
downloadfreebsd-ports-gnome-3335b2687cdf87e231aad79f4baf4260db3495e5.tar.gz
freebsd-ports-gnome-3335b2687cdf87e231aad79f4baf4260db3495e5.tar.zst
freebsd-ports-gnome-3335b2687cdf87e231aad79f4baf4260db3495e5.zip
Patch to make freq/dirlist.c compile on -current.
Diffstat (limited to 'x11')
-rw-r--r--x11/libsx/files/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/libsx/files/patch-ab b/x11/libsx/files/patch-ab
new file mode 100644
index 000000000000..d297c2dedb32
--- /dev/null
+++ b/x11/libsx/files/patch-ab
@@ -0,0 +1,10 @@
+--- freq/dirlist.c.orig Tue Feb 15 00:25:28 1994
++++ freq/dirlist.c Wed Sep 3 14:11:59 1997
+@@ -25,6 +25,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/types.h>
+ #include <dirent.h>
+ #include <sys/param.h>
+ #include <sys/stat.h>