summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-thunar/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2007-04-16 16:56:46 +0000
committerjoerg <joerg>2007-04-16 16:56:46 +0000
commitc3a23266bc4008f26672c554ad57d4524ab2d403 (patch)
tree138cb39757181127e05fe7f14a4927a37ed4787a /sysutils/xfce4-thunar/patches
parent12e40d70f2e61dc124bdb4962be99fa7bd6bffe4 (diff)
downloadpkgsrc-c3a23266bc4008f26672c554ad57d4524ab2d403.tar.gz
Use the generic readdir based directory scanning on DragonFly
as I don't want to fix this to get the internals right.
Diffstat (limited to 'sysutils/xfce4-thunar/patches')
-rw-r--r--sysutils/xfce4-thunar/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xfce4-thunar/patches/patch-ab b/sysutils/xfce4-thunar/patches/patch-ab
new file mode 100644
index 00000000000..1254fe4fb3e
--- /dev/null
+++ b/sysutils/xfce4-thunar/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/04/16 16:56:46 joerg Exp $
+
+--- configure.orig 2007-04-16 16:13:21.000000000 +0000
++++ configure
+@@ -28900,7 +28900,7 @@ fi
+ echo "$as_me:$LINENO: checking for operating system support" >&5
+ echo $ECHO_N "checking for operating system support... $ECHO_C" >&6
+ case "$target_os" in
+- dragonfly*|freebsd*|netbsd*|openbsd*|darwin*)
++ freebsd*|netbsd*|openbsd*|darwin*)
+ ac_bm_thunar_vfs_os_impl=bsd
+ ;;
+