mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
it. The weird part is that fdopendir(3) was being detected as available when it isn't. The root cause is still being investigated. Submitted by: Joseph Atkinson <jsa@wickedmachine.net> (maintainer, private mail)
12 lines
605 B
C
12 lines
605 B
C
--- ./modules/access/fs.c.orig 2010-07-12 15:48:03.000000000 -0400
|
|
+++ ./modules/access/fs.c 2010-07-12 15:48:51.000000000 -0400
|
|
@@ -83,9 +83,6 @@
|
|
change_string_list( psz_recursive_list, psz_recursive_list_text, 0 )
|
|
add_string( "ignore-filetypes", "m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
|
|
NULL, IGNORE_TEXT, IGNORE_LONGTEXT, false )
|
|
-#ifndef HAVE_FDOPENDIR
|
|
- add_shortcut( "file" )
|
|
-#endif
|
|
add_shortcut( "directory" )
|
|
add_shortcut( "dir" )
|
|
set_callbacks( DirOpen, DirClose )
|